question
stringlengths 14
180
| context
stringlengths 6
306
| answer
stringlengths 59
470
|
---|---|---|
delete storm control feature on all interfaces
|
delete ethernet-switching-options storm-control interface all
|
Use the following command in the configuration mode:
delete ethernet-switching-options storm-control interface all
commit
|
Enable ARP inspection feature on all VLANs
|
set ethernet-switching-options secure-access-port vlan all arp-inspection
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan all arp-inspection
commit
|
set the ARP inspection feature for all VLANs
|
set ethernet-switching-options secure-access-port vlan all arp-inspection
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan all arp-inspection
commit
|
Enable ARP inspection feature on VLAN 10
|
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> arp-inspection
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan 10 arp-inspection
commit
|
how to enable ARP inspection feature on a VLAN
|
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> arp-inspection
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> arp-inspection
commit
|
Enable ARP inspection feature on VLAN REG
|
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> arp-inspection
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan REG arp-inspection
commit
|
delete ARP inspection feature on all VLANs
|
delete ethernet-switching-options secure-access-port vlan all arp-inspection
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan all arp-inspection
commit
|
disable ARP inspection feature on all VLANs
|
delete ethernet-switching-options secure-access-port vlan all arp-inspection
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan all arp-inspection
commit
|
disable ARP inspection feature on VLAN TEST
|
delete ethernet-switching-options secure-access-port vlan <vlan-id-or-name> arp-inspection
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan TEST arp-inspection
commit
|
disable ARP inspection feature on VLAN cam
|
delete ethernet-switching-options secure-access-port vlan <vlan-id-or-name> arp-inspection
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan cam arp-inspection
commit
|
how to disable ARP inspection feature on a VLAN
|
delete ethernet-switching-options secure-access-port vlan <vlan-id-or-name> arp-inspection
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan <vlan-id-or-name> arp-inspection
commit
|
how to power off the ex3300 switch
|
request system power-off
|
Use the following command in the operational mode:
request system power-off
|
power off the switch
|
request system power-off
|
Use the following command in the operational mode:
request system power-off
|
How to power off the routing engine
|
request system power-off
|
Use the following command in the operational mode:
request system power-off
|
How to power off all chassis members
|
request system power-off all-members
|
Use the following command in the operational mode:
request system power-off all-members
|
How to power off all chassis members in 30 mintues
|
request system power-off in <minutes> all-members
|
Use the following command in the operational mode:
request system power-off in 30 all-members
|
How to schedule a power off all chassis members
|
request system power-off in <minutes> all-members
|
Use the following command in the operational mode:
request system power-off in <minutes> all-members
|
How to schedule a power off
|
request system power-off in <minutes>
|
Use the following command in the operational mode:
request system power-off in <minutes>
|
Power off all chassis members in 20 mintues and show the following message "This switch will be powered off in 20 minutes. Please save your data and log out immediately"
|
request system power-off in <minutes> message <message> all-members
|
Use the following command in the operational mode:
request system power-off in 20 message "This switch will be powered off in 20 minutes. Please save your data and log out immediately" all-members
|
set the sflow collector IP to 10.200.1.201 and use udp port 5800
|
set protocols sflow collector <collector-IP> udp-port <udp-port>
|
Use the following command in the configuration mode:
set protocols sflow collector 10.200.1.201 udp-port 5800
commit
|
set the sflow collector IP to 10.20.11.21 and use udp port 5800
|
set protocols sflow collector <collector-IP> udp-port <udp-port>
|
Use the following command in the configuration mode:
set protocols sflow collector 10.20.11.21 udp-port 5800
commit
|
how to set the sflow collector IP address and port number
|
set protocols sflow collector <collector-IP> udp-port <udp-port>
|
Use the following command in the configuration mode:
set protocols sflow collector <collector-IP> udp-port <udp-port>
commit
|
set the sflow ingress sampling rate to 1000
|
set protocols sflow sample-rate ingress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate ingress 1000
commit
|
set the sflow ingress sampling rate to 1100
|
set protocols sflow sample-rate ingress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate ingress 1100
commit
|
how to set the sflow ingress sampling rate
|
set protocols sflow sample-rate ingress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate ingress <rate>
commit
|
set the sflow egress sampling rate to 1100
|
set protocols sflow sample-rate egress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate egress 1100
commit
|
set the sflow egress sampling rate to 1000
|
set protocols sflow sample-rate egress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate egress 1000
commit
|
how to set the sflow egress sampling rate
|
set protocols sflow sample-rate egress <rate>
|
Use the following command in the configuration mode:
set protocols sflow sample-rate egress <rate>
commit
|
set the source IP address to be used for the sFlow datagrams to 10.100.1.12
|
set protocols sflow source-ip <ip-address>
|
Use the following command in the configuration mode:
set protocols sflow source-ip 10.100.1.12
commit
|
Configure the source IP address to be used for the sFlow datagrams to the IP 10.100.100.15
|
set protocols sflow source-ip <ip-address>
|
Use the following command in the configuration mode:
set protocols sflow source-ip 10.100.100.15
commit
|
how to configure the source IP address used for the sFlow datagrams
|
set protocols sflow source-ip <ip-address>
|
Use the following command in the configuration mode:
set protocols sflow source-ip <ip-address>
commit
|
set the sflow polling interval to 60
|
set protocols sflow polling-interval <interval>
|
Use the following command in the configuration mode:
set protocols sflow polling-interval 60
commit
|
how to configure the sflow polling interval
|
set protocols sflow polling-interval <interval>
|
Use the following command in the configuration mode:
set protocols sflow polling-interval <interval>
commit
|
set the sflow polling interval to 30
|
set protocols sflow polling-interval <interval>
|
Use the following command in the configuration mode:
set protocols sflow polling-interval 30
commit
|
Enable sFlow protocol on interface ge-0/0/0
|
set protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
set protocols sflow interfaces ge-0/0/0
commit
|
how to enable sFlow protocol on an interface
|
set protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
set protocols sflow interfaces <interface-name>
commit
|
Enable sFlow protocol on interface ge-0/0/8
|
set protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
set protocols sflow interfaces ge-0/0/8
commit
|
disable sFlow protocol on interface ge-0/0/8
|
delete protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
delete protocols sflow interfaces ge-0/0/8
commit
|
disable sFlow protocol on interface ge-0/0/18
|
delete protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
delete protocols sflow interfaces ge-0/0/18
commit
|
how to disable sFlow protocol on an interface
|
delete protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
delete protocols sflow interfaces <interface-name>
commit
|
delete sFlow protocol configuration on interface ge-1/0/2
|
delete protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
delete protocols sflow interfaces ge-1/0/2
commit
|
Enable sFlow protocol on interface ge-0/0/8 and ge-1/0/1
|
set protocols sflow interfaces <interface-name>
|
Use the following command in the configuration mode:
set protocols sflow interfaces ge-0/0/8
set protocols sflow interfaces ge-1/0/1
commit
|
disable sflow protocol
|
delete protocols sflow
|
Use the following command in the configuration mode:
delete protocols sflow
commit
|
disable network monitoring using sflow protocol
|
delete protocols sflow
|
Use the following command in the configuration mode:
delete protocols sflow
commit
|
delete all sflow protocol configurations
|
delete protocols sflow
|
Use the following command in the configuration mode:
delete protocols sflow
commit
|
show sflow configurations in the set format from the configuration mode
|
show | display set | match sflow
|
Use the following command in the configuration mode:
show | display set | match sflow
|
show sflow configurations in the set format from the operational mode
|
show configuration protocols sflow | display set
|
Use the following command in the operational mode:
show configuration protocols sflow | display set
|
show sflow configurations from the operational mode
|
show configuration protocols sflow
|
Use the following command in the operational mode:
show configuration protocols sflow
|
How to verify the status of sFlow
|
show sflow
|
Use the following command in the operational mode:
show sflow
|
display the status of sFlow
|
show sflow
|
Use the following command in the operational mode:
show sflow
|
On which interfaces sflow is enabled
|
show sflow interface
|
Use the following command in the operational mode:
show sflow interface
|
Display the interfaces on which sFlow is enabled and the sampling parameters for all interfaces
|
show sflow interface
|
Use the following command in the operational mode:
show sflow interface
|
how to add the comment"deleted commit synchronize" to the commit command
|
commit comment <"string-comment">
|
Use the following command in the configuration mode:
commit comment "deleted commit synchronize"
|
how to add a comment to the commit command
|
commit comment <"string-comment">
|
Use the following command in the configuration mode:
commit comment <"string-comment">
|
How to change the host name from MAIN_SW to FIN_SW
|
replace pattern <pattern_regular_expression> with <new_value>
|
Use the following command in the configuration mode:
replace pattern MAIN_SW with FIN_SW
commit
|
rename the host name from MAIN_SW to FIN_SW
|
replace pattern <pattern_regular_expression> with <new_value>
|
Use the following command in the configuration mode:
replace pattern MAIN_SW with FIN_SW
commit
|
Change the IP 10.200.1.1 to 10.200.2.1
|
replace pattern <pattern_regular_expression> with <new_value>
|
Use the following command in the configuration mode:
replace pattern 10.200.1.1 with 10.200.2.1
commit
|
How to change the IP 10.200.10.1 to 10.200.2.11
|
replace pattern <pattern_regular_expression> with <new_value>
|
Use the following command in the configuration mode:
replace pattern 10.200.10.1 with 10.200.2.11
commit
|
set a mac moving limit of 5 on vlan 10 and generate a systme log entry whenever the limit is reached
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit> action log
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan 10 mac-move-limit 5 action log
commit
|
set a mac moving limit of 3 on vlan 20
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan 20 mac-move-limit 3
commit
|
set a mac moving limit of 2 on vlan HR
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan HR mac-move-limit 2
commit
|
how to configure a mac moving limit on a vlan
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
commit
|
set a mac moving limit of 5 on vlan FIN and shutdown the violating interface
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan FIN mac-move-limit 5 action shutdown
commit
|
Do not allow a device to change the port it is connected to more than twice a second
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> mac-move-limit 2
commit
|
limit the number of MAC movements that can be made by individual MAC addresses within all VLANs to 2
|
set ethernet-switching-options secure-access-port vlan all mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan all mac-move-limit 2
commit
|
limit the number of MAC movements that can be made by individual MAC addresses within VLAN FIN to 1
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit <limit>
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan FIN mac-move-limit 1
commit
|
Do not allow mac movements in VLAN 10
|
set ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit 1
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan 10 mac-move-limit 1
commit
|
Delete mac-move-limit on VLAN 40
|
delete ethernet-switching-options secure-access-port vlan <vlan-id-or-name> mac-move-limit
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan 40 mac-move-limit
commit
|
Allow each interface on the EX3300 switch to connect to one device only, and shutdown the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface all mac-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit 1 action shutdown
commit
|
how to set up a mac limit on an interface and shutdown the interface in case of a violation
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action shutdown
commit
|
Allow interface ge-0/0/10 on the EX3300 switch to connect to one device only, and shutdown the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface ge-0/0/10 mac-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/10 mac-limit 1 action shutdown
commit
|
set a mac limit of 1 on interface ge-0/0/11 and shutdown the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface ge-0/0/11 mac-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/11 mac-limit 1 action shutdown
commit
|
set a mac limit of 1 on all interfaces and shutdown the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface all mac-limit <limit> action shutdown
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit 1 action shutdown
commit
|
set a mac limit of 2 on all interfaces and drop the packets received at the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface all mac-limit <limit> action drop
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit 2 action drop
commit
|
how to set a mac limit on an interface and drop the packets received at the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface all mac-limit <limit> action drop
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit <limit> action drop
commit
|
set a mac limit of 3 on interface ge-0/0/13 and drop the packets received at the interface if a violation occur
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action drop
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/13 mac-limit 3 action drop
commit
|
put a mac limit of 4 on interface ge-0/0/15 and set the action to log
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action log
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/15 mac-limit 4 action log
commit
|
how to set a mac limit on an interface and set the action to log on violations
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action log
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action log
commit
|
put a mac limit of 1 on interface ge-0/0/15 and log the event when the mac limit is exceeded
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action log
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/15 mac-limit 1 action log
commit
|
limit the number of mac addresses that can be learned on interface ge-1/0/5 to 2
|
set ethernet-switching-options secure-access-port interface <interface-name> mac-limit <limit> action none
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-1/0/5 mac-limit 2 action none
commit
|
enable sticky mac on interface ge-0/0/10
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/10 persistent-learning
commit
|
enable persistent mac learning on interface ge-0/0/9
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/9 persistent-learning
commit
|
delete the persistent mac learning on interface ge-0/0/9
|
delete ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port interface ge-0/0/9 persistent-learning
commit
|
remove the persistent mac learning on interface ge-0/0/19
|
delete ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port interface ge-0/0/19 persistent-learning
commit
|
Allow interface ge-2/0/1 to keep the learned MAC address even after the switche restarts
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-2/0/1 persistent-learning
commit
|
how to set an interfacevto keep the learned MAC address even after the switche restarts
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
commit
|
Enable persistent mac learning on interface ge-0/0/0
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/0 persistent-learning
commit
|
how to configure persistent mac learning on an interface
|
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
|
Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> persistent-learning
commit
|
How to check the correctness of the configuration before commiting them
|
commit check
|
Use the following command in the configuration mode:
commit check
|
How to verify the correctness of the candidate configurations before commit
|
commit check
|
Use the following command in the configuration mode:
commit check
|
check the correctness of the candidate configurations
|
commit check
|
Use the following command in the configuration mode:
commit check
|
How to verify if a commit is pending in the operational mode
|
show system commit
|
Use the following command in the operational mode:
show system commit
|
How to verify if a commit is pending in the configuration mode
|
run show system commit
|
Use the following command in the configuration mode:
run show system commit
|
How to see what commits are scheduled from the configuration mode
|
run show system commit
|
Use the following command in the configuration mode:
run show system commit
|
Show commit history
|
show system commit
|
Use the following command in the operational mode:
show system commit
|
Show pending commits
|
show system commit
|
Use the following command in the operational mode:
show system commit
|
Show the pending commits and commit history
|
show system commit
|
Use the following command in the operational mode:
show system commit
|
How to cancel scheduled commits
|
clear system commit
|
Use the following command in the operational mode:
clear system commit
|
How to delete pending commits
|
clear system commit
|
Use the following command in the operational mode:
clear system commit
|
commit the current candidate configuration at 13:00:00
|
commit at <time>
|
Use the following command in the configuration mode:
commit at 13:00:00
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.