question
stringlengths
14
180
context
stringlengths
6
306
answer
stringlengths
59
470
Set RSTP taceoptions to trace all operations
set protocols rstp traceoptions flag all
Use the following command in the configuration mode: set protocols rstp traceoptions flag all commit
Set RSTP taceoptions to trace all failure conditions
set protocols rstp traceoptions flag all-failures
Use the following command in the configuration mode: set protocols rstp traceoptions flag all-failures commit
Disable RSTP all failure conditions taceoption
set protocols rstp traceoptions flag all-failures disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag all-failures disable commit
Set RSTP taceoptions to trace BPDU reception and transmission
set protocols rstp traceoptions flag bpdu
Use the following command in the configuration mode: set protocols rstp traceoptions flag bpdu commit
disable RSTP taceoptions of BPDU reception and transmission
set protocols rstp traceoptions flag bpdu disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag bpdu disable commit
Set RSTP taceoptions to trace bridge detection state machine
set protocols rstp traceoptions flag bridge-detection-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag bridge-detection-state-machine commit
Disable RSTP bridge detection state machine taceoption
set protocols rstp traceoptions flag bridge-detection-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag bridge-detection-state-machine disable commit
Set RSTP taceoptions to trace events to the protocol state machine
set protocols rstp traceoptions flag events
Use the following command in the configuration mode: set protocols rstp traceoptions flag events commit
Disable RSTP taceoptions to trace events to the protocol state machine
set protocols rstp traceoptions flag events
Use the following command in the configuration mode: set protocols rstp traceoptions flag events commit
Set RSTP taceoptions to trace port information state machine
set protocols rstp traceoptions flag port-information-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-information-state-machine commit
Disable RSTP port information state machine taceoption
set protocols rstp traceoptions flag port-information-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-information-state-machine disable commit
Set RSTP taceoptions to trace port migration state machine
set protocols rstp traceoptions flag port-migration-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-migration-state-machine commit
Disable RSTP port migration state machine taceoption
set protocols rstp traceoptions flag port-migration-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-migration-state-machine disable commit
Set RSTP taceoptions to trace port receive state machine
set protocols rstp traceoptions flag port-receive-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-receive-state-machine commit
Disable RSTP port receive state machine traceoption
set protocols rstp traceoptions flag port-receive-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-receive-state-machine disable commit
Set RSTP taceoptions to trace port role selection state machine
set protocols rstp traceoptions flag port-role-select-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-role-select-state-machine commit
Disable RSTP port role selection state machine traceoption
set protocols rstp traceoptions flag port-role-select-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-role-select-state-machine disable commit
Set RSTP taceoptions to trace port role transit state machine
set protocols rstp traceoptions flag port-role-transit-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-role-transit-state-machine commit
Disable RSTP port role transit state machine traceoption
set protocols rstp traceoptions flag port-role-transit-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-role-transit-state-machine disable commit
Set RSTP taceoptions to trace port state transit state machine
set protocols rstp traceoptions flag port-state-transit-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-state-transit-state-machine commit
Disable RSTP port state transit state machine traceoption
set protocols rstp traceoptions flag port-state-transit-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag port-state-transit-state-machine disable commit
Set RSTP taceoptions to trace state and events for ppmd process
set protocols rstp traceoptions flag ppmd
Use the following command in the configuration mode: set protocols rstp traceoptions flag ppmd commit
Disable RSTP ppmd process state and events traceoption
set protocols rstp traceoptions flag ppmd disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag ppmd disable commit
Set RSTP taceoptions to trace when state machine variables change
set protocols rstp traceoptions flag state-machine-variables
Use the following command in the configuration mode: set protocols rstp traceoptions flag state-machine-variables commit
Disable RSTP machine variables change traceoption
set protocols rstp traceoptions flag state-machine-variables disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag state-machine-variables disable commit
Set RSTP taceoptions to trace protocol timers
set protocols rstp traceoptions flag timers
Use the following command in the configuration mode: set protocols rstp traceoptions flag timers commit
Disable RSTP protocol timers traceoption
set protocols rstp traceoptions flag timers disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag timers disable commit
Set RSTP taceoptions to trace topology change state machine
set protocols rstp traceoptions flag topology-change-state-machine
Use the following command in the configuration mode: set protocols rstp traceoptions flag topology-change-state-machine commit
Disable RSTP topology change state machine traceoption
set protocols rstp traceoptions flag topology-change-state-machine disable
Use the following command in the configuration mode: set protocols rstp traceoptions flag topology-change-state-machine disable commit
set the host name of the switch to HR
set system host-name <host-name>
Use the following command in the configuration mode: set system host-name HR commit
set the host name of the switch to SW-SCHOOL
set system host-name <host-name>
Use the following command in the configuration mode: set system host-name SW-SCHOOL commit
How can I set the host name of the switch
set system host-name <host-name>
Use the following command in the configuration mode: set system host-name <host-name> commit
make the switch synchronize its time with the ntp server 192.168.1.100
set system ntp server <ntp-server-address>
Use the following commands in the configuration mode: set system ntp server 192.168.1.100 commit
set up NTP server address 192.168.12.1
set system ntp server <ntp-server-address>
Use the following command in the configuration mode set system ntp server 192.168.12.1 commit
set ntp server address to 10.200.1.90 and add the following comment "added ntp server" to the commit
set system ntp server <ntp-server-address> commit comment <"string-comment">
Use the following command in the configuration mode: set system ntp server 10.200.1.90 commit comment "added ntp server"
set ntp server address to 10.200.1.90 and add the following comment "configured ntp server" to the commit
set system ntp server <ntp-server-address> commit comment <"string-comment">
Use the following command in the configuration mode: set system ntp server 10.200.1.90 commit comment "configured ntp server"
help me configure ntp server on a juniper switch using command line
set system ntp server <ntp-server-address>
Use the following command in the configuration mode: set system ntp server <ntp-server-address> commit
how to synchronize time to ntp server on a juniper switch using command line
set system ntp server <ntp-server-address>
Use the following command in the configuration mode: set system ntp server <ntp-server-address> commit
delete the configured ntp server
delete system ntp server <ntp-server-address>
Use the following command in the configuration mode: delete system ntp server <ntp-server-address> commit
remove the configured ntp server
delete system ntp server <ntp-server-address>
Use the following command in the configuration mode: delete system ntp server <ntp-server-address> commit
Create new user account with operator privilege
set system login user <user-name> class operator
Use the following command in the configuration mode: set system login user <user-name> class operator commit
How to set up a new user account with operator privilege on the EX3300 switch
set system login user <user-name> class operator
Use the following command in the configuration mode: set system login user <user-name> class operator commit
How to set up a new user account with operator privilege on the EX3300 switch and prompt for plain text password
set system login user <user-name> class operator authentication plain-text-password
Use the following command in the configuration mode: set system login user <user-name> class operator authentication plain-text-password commit
Create new user account with the name TEST with operator privilege
set system login user <user-name> class operator
Use the following command in the configuration mode: set system login user TEST class operator commit
Create new user account with the name Sami with operator privilege and prompt for plain text password
set system login user <user-name> class operator authentication plain-text-password
Use the following command in the configuration mode: set system login user Sami class operator authentication plain-text-password commit
Add a new user login with super-user privilege
set system login user <user-name> class super-user
Use the following commands in the configuration mode: set system login user <user-name> class super-user commit
Add a new user login with super-user privilege and prompt for plain text password
set system login user <user-name> class super-user authentication plain-text-password
Use the following commands in the configuration mode: set system login user <user-name> class super-user authentication plain-text-password commit
Add a new user login named TEST with super-user privilege
set system login user <user-name> class super-user
Use the following commands in the configuration mode: set system login user TEST class super-user commit
Add a new user login named mohammed with super-user privilege and prompt for plain text password
set system login user <user-name> class super-user authentication plain-text-password
Use the following commands in the configuration mode:set system login user mohammed class super-user authentication plain-text-password commit
allow ssh connections to the switch
set system services ssh
Use the following commands in the configuration mode: set system services ssh commit
allow remote connections to the switch using ssh
set system services ssh
Use the following commands in the configuration mode: set system services ssh commit
enable ssh connections to the switch
set system services ssh
Use the following commands in the configuration mode: set system services ssh commit
enable ssh connections to the switch with max-sessions-per-connection set to 5, connection-limit set to 10, and rate-limit 5
set system services ssh max-sessions-per-connection <max-number-of-sessions> connection-limit <connection-limit> rate-limit <rate-limit>
Use the following commands in the configuration mode: set system services ssh max-sessions-per-connection 5 connection-limit 10 rate-limit 5 commit
enable ssh connections to the switch with max-sessions-per-connection set to 5
set system services ssh max-sessions-per-connection <max-number-of-sessions>
Use the following commands in the configuration mode: set system services ssh max-sessions-per-connection 5 commit
how to set the ssh max-sessions-per-connection
set system services ssh max-sessions-per-connection <max-number-of-sessions>
Use the following commands in the configuration mode: set system services ssh max-sessions-per-connection <max-number-of-sessions> commit
how to set the ssh maximum sessions per connection
set system services ssh max-sessions-per-connection <max-number-of-sessions>
Use the following commands in the configuration mode: set system services ssh max-sessions-per-connection <max-number-of-sessions> commit
set ssh connection-limit to 10
set system services ssh connection-limit <connection-limit>
Use the following commands in the configuration mode: set system services ssh connection-limit 10 commit
how to set ssh connection-limit
set system services ssh connection-limit <connection-limit>
Use the following commands in the configuration mode: set system services ssh connection-limit <connection-limit> commit
set the number of allowed ssh connections (connection-limit) to 10 and the number of allowed ssh connections per minute (rate-limit) to 4
set system services ssh connection-limit <connection-limit> rate-limit <rate-limit>
Use the following commands in the configuration mode: set system services ssh connection-limit 10 rate-limit 4 commit
Configure lldp for all interfaces
set protocols lldp interface all
Use the following commands in the configuration mode: set protocols lldp interface all commit
enable lldp on interface ge-0/0/13
set protocols lldp interface <interface-name>
Use the following commands in the configuration mode: set protocols lldp interface ge-0/0/13 commit
enable lldp on interface ge-0/0/23
set protocols lldp interface <interface-name>
Use the following commands in the configuration mode: set protocols lldp interface ge-0/0/23 commit
enable lldp med on interface ge-0/0/3
set protocols lldp-med interface <interface-name>
Use the following commands in the configuration mode: set protocols lldp-med interface ge-0/0/3 commit
Configure lldp med for all interfaces
set protocols lldp-med interface all
Use the following commands in the configuration mode: set protocols lldp-med interface all commit
disable lldp on interface ge-0/0/0
set protocols lldp interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp interface ge-0/0/0 disable commit
disable lldp on interface ge-0/0/10
set protocols lldp interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp interface ge-0/0/10 disable commit
disable lldp on all interfaces
set protocols lldp interface all disable
Use the following commands in the configuration mode: set protocols lldp interface all disable commit
disable lldp med on interface ge-0/0/1
set protocols lldp-med interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp-med interface ge-0/0/1 disable commit
disable lldp med on interface ge-0/0/11
set protocols lldp-med interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp-med interface ge-0/0/11 disable commit
disable lldp med on all interface
set protocols lldp-med interface all disable
Use the following commands in the configuration mode: set protocols lldp-med interface all disable commit
how to disable lldp med on an interface
set protocols lldp-med interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp-med interface <interface-name> disable commit
how to disable lldp on an interface
set protocols lldp interface <interface-name> disable
Use the following commands in the configuration mode: set protocols lldp interface <interface-name> disable commit
Show LLDP neighbor information
show lldp neighbors
Use the following commands in the operational mode: show lldp neighbors
Display LLDP neighbor information
show lldp neighbors
Use the following commands in the operational mode: show lldp neighbors
Display information about LLDP neighbors.
show lldp neighbors
Use the following commands in the operational mode: show lldp neighbors
Show LLDP information of local device
show lldp local-information
Use the following commands in the operational mode: show lldp local-information
Display the information that the switch provides in LLDP advertisements to its neighbors
show lldp local-information
Use the following commands in the operational mode: show lldp local-information
Display the local information that are advertisements to LLDP neighbors
show lldp local-information
Use the following commands in the operational mode: show lldp local-information
Display detailed LLDP information
show lldp detail
Use the following commands in the operational mode: show lldp detail
show the lldp protocol detailed information and parameters
show lldp detail
Use the following commands in the operational mode: show lldp detail
Display detailed LLDP information for all interfaces
show lldp detail
Use the following commands in the operational mode: show lldp detail
Show LLDP remote global statistics information
show lldp remote-global-statistics
Use the following commands in the operational mode: show lldp remote-global-statistics
display LLDP protocol remote global statistics information
show lldp remote-global-statistics
Use the following commands in the operational mode: show lldp remote-global-statistics
display the Link Layer Discovery Protocol remote global statistics information
show lldp remote-global-statistics
Use the following commands in the operational mode: show lldp remote-global-statistics
show LLDP Remote Tables Counters
show lldp remote-global-statistics
Use the following commands in the operational mode: show lldp remote-global-statistics
Display LLDP statistics on all interfaces and devices.
show lldp statistics
Use the following commands in the operational mode: show lldp statistics
Display LLDP statistics
show lldp statistics
Use the following commands in the operational mode: show lldp statistics
Display LLDP statistics of interface ge-0/0/10
show lldp statistics interface <interface-name>
Use the following commands in the operational mode: show lldp statistics interface ge-0/0/10
show the LLDP statistics of interface ge-1/0/10
show lldp statistics interface <interface-name>
Use the following commands in the operational mode: show lldp statistics interface ge-1/0/10
Configure lldp for VoIP telephones discovery on all interfaces
set protocols lldp-med interface all
Use the following commands in the configuration mode: set protocols lldp-med interface all commit
block bpdu on interface g-0/0/7 given that the spanning tree protocol is disabled
set ethernet-switching-options bpdu-block interface <interface-name>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block interface ge-0/0/7 commit
how to block bpdu on interface without using spanning tree protocols
set ethernet-switching-options bpdu-block interface <interface-name>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block interface <interface-name> commit
block bpdu on interface g-0/0/9 given that no spanning tree protocol is enabled
set ethernet-switching-options bpdu-block interface <interface-name>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block interface ge-0/0/9 commit
Disable MAC-aging for the entire switch
set ethernet-switching-options mac-table-aging-time unlimited
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time unlimited commit
set the MAC table aging timer to unlimited
set ethernet-switching-options mac-table-aging-time unlimited
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time unlimited commit
set the MAC table aging timer to 400 second
set ethernet-switching-options mac-table-aging-time <interval>
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time 400 commit
set the MAC table aging timer to 500 second
set ethernet-switching-options mac-table-aging-time <interval>
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time 500 commit
how to set the MAC table aging timer
set ethernet-switching-options mac-table-aging-time <interval>
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time <interval> commit
set the aging timer of the mac table entries to 500 second
set ethernet-switching-options mac-table-aging-time <interval>
Use the following command in the configuration mode: set ethernet-switching-options mac-table-aging-time 500 commit
set a mac limit of 2 on interface ge-0/0/7
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <mac-limit>
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port interface ge-0/0/7 mac-limit 2 commit