question
stringlengths
14
180
context
stringlengths
6
306
answer
stringlengths
59
470
schdule a commit at 8:00:00
commit at <time>
Use the following command in the configuration mode: commit at 08:00:00
how to schedule a commit
commit at <time>
Use the following command in the configuration mode: commit at <time>
How to activate the candidate configurations temporarily
commit confirmed
Use the following command in the configuration mode: commit confirmed
How to activate the candidate configurations temporarily for 15 minutes
commit confirmed <minutes>
Use the following command in the configuration mode: commit confirmed 15
Activate the configuration changes for 2 minutes and then rollback
commit confirmed <minutes>
Use the following command in the configuration mode: commit confirmed 2
Return to the most recently saved configuration
rollback
Use the following command in the configuration mode: rollback commit
reload the configurations of rollback 5
rollback <rollback-number>
Use the following command in the configuration mode: rollback 5 commit
reload the rescue configurations
rollback rescue
Use the following command in the configuration mode: rollback rescue commit
rollbak to the rescue configurations
rollback rescue
Use the following command in the configuration mode: rollback rescue commit
create a rescue configuration from the current active configurations
request system configuration rescue save
Use the following command in the operational mode: request system configuration rescue save
Save the current configuration as the rescue configuration
request system configuration rescue save
Use the following command in the operational mode: request system configuration rescue save
Delete the rescue configuration
request system configuration rescue delete
Use the following command in the operational mode: request system configuration rescue delete
Remove the rescue configuration
request system configuration rescue delete
Use the following command in the operational mode: request system configuration rescue delete
Enable IP source guard on all vlans
set ethernet-switching-options secure-access-port vlan all ip-source-guard
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port vlan all ip-source-guard commit
Enable IP source guard on FIN vlan
set ethernet-switching-options secure-access-port vlan <valn-name-or-id> ip-source-guard
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port vlan FIN ip-source-guard commit
how to configure IP source guard on a vlan
set ethernet-switching-options secure-access-port vlan <valn-name-or-id> ip-source-guard
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port vlan <valn-name-or-id> ip-source-guard commit
Disable IP source guard on CAM vlan
set ethernet-switching-options secure-access-port vlan <valn-name-or-id> no-ip-source-guard
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port vlan CAM no-ip-source-guard commit
how to disable IP source guard on a vlan
set ethernet-switching-options secure-access-port vlan <valn-name-or-id> no-ip-source-guard
Use the following command in the configuration mode: set ethernet-switching-options secure-access-port vlan <valn-name-or-id> no-ip-source-guard commit
Show IP source guard information
show ip-source-guard
Use the following command in the operational mode: show ip-source-guard
Show IP source guard database
show ip-source-guard
Use the following command in the operational mode: show ip-source-guard
set the disable timeout of the interfaces blocked due to receving a bpdu to 300 seconds
set ethernet-switching-options bpdu-block disable-timeout <timeout-interval-second>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block disable-timeout 300 commit
automatically enable interfaces blocked due to receiving a bpdu after 200 seconds
set ethernet-switching-options bpdu-block disable-timeout <timeout-interval-second>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block disable-timeout 200 commit
how to set the bpdu block disable timeout
set ethernet-switching-options bpdu-block disable-timeout <timeout-interval-second>
Use the following command in the configuration mode: set ethernet-switching-options bpdu-block disable-timeout <timeout-interval-second> commit
show storm-control configurations
show ethernet-switching-options storm-control
Use the following command in the configuration mode: show ethernet-switching-options storm-control
make the interfaces shutdown when the storm control level violation occurs
set ethernet-switching-options storm-control action-shutdown
Use the following command in the configuration mode: set ethernet-switching-options storm-control action-shutdown commit
set the action on the storm control level violation to shutdown
set ethernet-switching-options storm-control action-shutdown
Use the following command in the configuration mode: set ethernet-switching-options storm-control action-shutdown commit
enable interfaces automatically after 300 second after a shutdown caused by strom control violation
set ethernet-switching-options port-error-disable disable-timeout <disable-interval>
Use the following command in the configuration mode: set ethernet-switching-options port-error-disable disable-timeout 300 commit
allow interfaces to automatically recover after 600 second of being disabled
set ethernet-switching-options port-error-disable disable-timeout <disable-interval>
Use the following command in the configuration mode: set ethernet-switching-options port-error-disable disable-timeout 600 commit
show the log messages of the storm control violations
show log messages | match storm
Use the following command in the operational mode: show log messages | match storm
show the log messages of the storm control violations of interface ge-0/0/9
show log messages | match storm | match <interface-name>
Use the following command in the operational mode: show log messages | match storm | match ge-0/0/9
show the log messages of the SNMP protocol of interface ge-0/0/19
show log messages | match snmp| match <interface-name>
Use the following command in the operational mode: show log messages | match snmp | match ge-0/0/19
show the log messages of interface ge-0/0/19
show log messages | match <interface-name>
Use the following command in the operational mode: show log messages | match ge-0/0/19
how to commit the configurations and quit the configuration mode
commit and-quit
Use the following command in the configuration mode: commit and-quit
commit the candidate configurations and quit the configuration mode if the commit is successful
commit and-quit
Use the following command in the configuration mode: commit and-quit
Display the sFlow status and the sampling parameters for the interface ge-1/0/2
show sflow interface | match <interface-name>
Use the following command in the operational mode: show sflow interface | match ge-1/0/2
Display the configured sFlow collectors and their properties
show sflow collector
Use the following command in the operational mode: show sflow collector
Show sFlow collectors
show sflow collector
Use the following command in the operational mode: show sflow collector
Show sFlow protocol configurations in the operational mode
show configuration protocols sflow
Use the following command in the operational mode: show configuration protocols sflow
Show sFlow protocol configurations in the operational mode in the set format
show configuration protocols sflow | display set
Use the following command in the operational mode: show configuration protocols sflow | display set
Show sFlow protocol configurations in the operational mode in the set format
show configuration protocols sflow | display set
Use the following command in the operational mode: show configuration protocols sflow | display set
Set sFlow taceoptions to trace all events
set protocols sflow traceoptions flag all
Use the following command in the configuration mode: set protocols sflow traceoptions flag all commit
Disable sFlow traceoptions for all events
set protocols sflow traceoptions flag all disable
Use the following command in the configuration mode: set protocols sflow traceoptions flag all disable commit
Set sFlow taceoptions to trace client-server events
set protocols sflow traceoptions flag client-server
Use the following command in the configuration mode: set protocols sflow traceoptions flag client-server commit
Disable sFlow traceoptions for client-server events
set protocols sflow traceoptions flag client-server disable
Use the following command in the configuration mode: set protocols sflow traceoptions flag client-server disable commit
Set sFlow taceoptions to trace configuration changes
set protocols sflow traceoptions flag configuration
Use the following command in the configuration mode: set protocols sflow traceoptions flag configuration commit
Disable sFlow traceoptions for configuration changes
set protocols sflow traceoptions flag configuration disable
Use the following command in the configuration mode: set protocols sflow traceoptions flag configuration disable commit
Set sFlow taceoptions to trace interface events
set protocols sflow traceoptions flag interface
Use the following command in the configuration mode: set protocols sflow traceoptions flag interface commit
Disable sFlow traceoptions for interface events
set protocols sflow traceoptions flag interface disable
Use the following command in the configuration mode: set protocols sflow traceoptions flag interface disable commit
Set sFlow taceoptions to trace rtsock events
set protocols sflow traceoptions flag rtsock
Use the following command in the configuration mode: set protocols sflow traceoptions flag rtsock commit
Disable sFlow traceoptions for rtsock events
set protocols sflow traceoptions flag rtsock disable
Use the following command in the configuration mode: set protocols sflow traceoptions flag rtsock disable commit
delete vlan HR
delete vlans <vlan-name>
Use the following command in the configuration mode: delete vlans HR commit
how to delete a vlan
delete vlans <vlan-name>
Use the following command in the configuration mode: delete vlans <vlan-name> commit
delete the vlan with the vlan-name IT-DATA
delete vlans <vlan-name>
Use the following command in the configuration mode: delete vlans IT-DATA commit
delete the vlan with the vlan-name IT-DATA
delete vlans <vlan-name>
Use the following command in the configuration mode: delete vlans IT-DATA commit
Define a list of SNMP clients called MONITORING and the following address 10.20.15.20
set snmp client-list <client-list-name> <client-address>
Use the following command in the configuration mode: set snmp client-list MONITORING 10.20.15.20 commit
how to create SNMP clients lists
set snmp client-list <client-list-name> <client-address>
Use the following command in the configuration mode: set snmp client-list <client-list-name> <client-address> commit
create a list of SNMP clients with the list name MONITORING-ST and the address prefix 192.168.15.20
set snmp client-list <client-list-name> <client-address>
Use the following command in the configuration mode: set snmp client-list MONITORING-ST 192.168.15.20 commit
create SNMP community with the name COMMUNITY-1 and a read-only authorization
set snmp community <community-name> authorization <authorization>
Use the following command in the configuration mode: set snmp community COMMUNITY-1 authorization read-only commit
how to create SNMP community
set snmp community <community-name> authorization <authorization>
Use the following command in the configuration mode: set snmp community <community-name> authorization <authorization> commit
delete SNMP community with the name COMMUNITY-1
delete snmp community <community-name>
Use the following command in the configuration mode: delete snmp community COMMUNITY-1 commit
how to delete SNMP community
delete snmp community <community-name>
Use the following command in the configuration mode: delete snmp community <community-name> commit
create SNMP community with the name CAMPUS-COMMUNITY and set authorization to read only
set snmp community <community-name> authorization <authorization>
Use the following command in the configuration mode: set snmp community CAMPUS-COMMUNITY authorization read-only commit
create a new SNMP community with the name CAMPUS-COMMUNITY and set authorization to read-write
set snmp community <community-name> authorization <authorization>
Use the following command in the configuration mode: set snmp community CAMPUS-COMMUNITY authorization read-write commit
set the SNMP community to SNMP-COMMUNITY and set authorization to read-write
set snmp community <community-name> authorization <authorization>
Use the following command in the configuration mode: set snmp community SNMP-COMMUNITY authorization read-write commit
set the client list List-1 for the community SNMP-COMMUNITY
set snmp community <community-name> client-list-name <client-list-name>
Use the following command in the configuration mode: set snmp community SNMP-COMMUNITY client-list-name List-1 commit
how to configure a client list for the SNMP community
set snmp community <community-name> client-list-name <client-list-name>
Use the following command in the configuration mode: set snmp community <community-name> client-list-name <client-list-name> commit
set the client list snmp-clients for the community CAMPUS-COMMUNITY
set snmp community <community-name> client-list-name <client-list-name>
Use the following command in the configuration mode: set snmp community CAMPUS-COMMUNITY client-list-name snmp-clients commit
set the client list of the community CAMPUS-COMMUNITY to snmp-client-1
set snmp community <community-name> client-list-name <client-list-name>
Use the following command in the configuration mode: set snmp community CAMPUS-COMMUNITY client-list-name snmp-client-1 commit
set the system description of the SNMP protocol to MAIN_ROOM
set snmp description <description>
Use the following command in the configuration mode: set snmp description MAIN_ROOM commit
how to set the system description of the SNMP protocol
set snmp description <description>
Use the following command in the configuration mode: set snmp description <description> commit
set the SNMP system description to MEDICINE_BUILDING
set snmp description <description>
Use the following command in the configuration mode: set snmp description MEDICINE_BUILDING commit
delete the system description of the SNMP protocol
delete snmp description
Use the following command in the configuration mode: delete snmp description commit
remove the system description under the SNMP protocol configuration
delete snmp description
Use the following command in the configuration mode: delete snmp description commit
create a new SNMP trap group with the name snmp-trap
set snmp trap-group <trap-group-name>
Use the following command in the configuration mode: set snmp trap-group snmp-trap commit
how to create a new SNMP trap group
set snmp trap-group <trap-group-name>
Use the following command in the configuration mode: set snmp trap-group <trap-group-name> commit
create a new SNMP trap group with the name snmp-trap-v2 and set the version to v2
set snmp trap-group <trap-group-name> version <version-number>
Use the following command in the configuration mode: set snmp trap-group snmp-trap-v2 version v2 commit
create a new SNMP trap group with the name snmp-trap-v1 and set the version to v1
set snmp trap-group <trap-group-name> version <version-number>
Use the following command in the configuration mode: set snmp trap-group snmp-trap-v1 version v1 commit
set the SNMP verison of the trap group with the name snmp-v2-group to the version v2
set snmp trap-group <trap-group-name> version <version-number>
Use the following command in the configuration mode: set snmp trap-group snmp-v2-group version v2 commit
set the SNMP verison of the trap group with the name snmp-v2-group to all
set snmp trap-group <trap-group-name> version all
Use the following command in the configuration mode: set snmp trap-group snmp-v2-group version all commit
set the SNMP IPv4 source address for trap PDUs to 10.20.1.15
set snmp trap-options source-address <ip-address>
Use the following command in the configuration mode: set snmp trap-options source-address 10.20.1.15 commit
how to configure the snmp trap source address
set snmp trap-options source-address <ip-address>
Use the following command in the configuration mode: set snmp trap-options source-address <ip-address> commit
set the SNMP IPv4 source address for SNMP traps to 192.168.1.11
set snmp trap-options source-address <ip-address>
Use the following command in the configuration mode: set snmp trap-options source-address 192.168.1.11 commit
set the SNMP authentication trap category to the trap-group MONITOR
set snmp trap-group <trap-group-name> categories <category>
Use the following command in the configuration mode: set snmp trap-group MONITOR categories authentication commit
enable the SNMP authentication trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories <category>
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories authentication commit
enable SNMP Chassis and environment notifications trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories chassis
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories chassis commit
delete SNMP Chassis and environment notifications trap category from the trap-group MONITOR-GROUP
delete snmp trap-group <trap-group-name> categories chassis
Use the following command in the configuration mode: delete snmp trap-group MONITOR-GROUP categories chassis commit
delete the SNMP authentication trap category from the trap-group MONITOR
delete snmp trap-group <trap-group-name> categories <category>
Use the following command in the configuration mode: delete snmp trap-group MONITOR categories authentication commit
delete the SNMP IPv4 source address for trap PDUs
delete snmp trap-options source-address
Use the following command in the configuration mode: delete snmp trap-options source-address commit
enable SNMP configuration notifications trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories configuration
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories configuration commit
set SNMP link notifications trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories link
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories link commit
enable SNMP link up-down transitions notifications trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories link
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories link commit
enable SNMP remote operations notifications trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories remote-operations
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories remote-operations commit
delete SNMP link notifications trap category for the trap-group MONITOR-GROUP
delete snmp trap-group <trap-group-name> categories link
Use the following command in the configuration mode: delete snmp trap-group MONITOR-GROUP categories link commit
delete SNMP configuration notifications trap category for the trap-group MONITOR-GROUP
delete snmp trap-group <trap-group-name> categories configuration
Use the following command in the configuration mode: delete snmp trap-group MONITOR-GROUP categories configuration commit
enable SNMP RMON alarms trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories rmon-alarm
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories rmon-alarm commit
set the SNMP RMON alarms trap category for the trap-group MONITOR-GROUP
set snmp trap-group <trap-group-name> categories rmon-alarm
Use the following command in the configuration mode: set snmp trap-group MONITOR-GROUP categories rmon-alarm commit
delete the SNMP RMON alarms trap category for the trap-group MONITOR-GROUP
delete snmp trap-group <trap-group-name> categories rmon-alarm
Use the following command in the configuration mode: delete snmp trap-group MONITOR-GROUP categories rmon-alarm commit
disable the SNMP RMON alarms trap category for the trap-group MONITOR-GROUP
delete snmp trap-group <trap-group-name> categories rmon-alarm
Use the following command in the configuration mode: delete snmp trap-group MONITOR-GROUP categories rmon-alarm commit
Filter SNMP requests with duplicate source address/port and request ID
set snmp filter-duplicates
Use the following command in the configuration mode: set snmp filter-duplicates commit
Delete SNMP duplicates filter
delete snmp filter-duplicates
Use the following command in the configuration mode: delete snmp filter-duplicates commit