NIT / NIT_dataset.csv
Smarneh's picture
Rename NIT.csv to NIT_dataset.csv
8954f07 verified
raw
history blame
219 kB
question,context,answer
allow the device connected to port ge-0/0/0 to have a static IP address in Juniper ex3300 switch,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/0 dhcp-trusted
commit"
enable the device connected to port ge-0/0/7 to have a static IP address in Juniper ex3300 switch,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/7 dhcp-trusted
commit"
set port ge-1/0/5 as dhcp-trusted,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access interface ge-1/0/5 dhcp-trusted
commit"
set port ge-1/0/5 as dhcp-trusted,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access interface ge-1/0/5 dhcp-trusted
commit"
How to set an interface as dhcp trusted on Juniper ex3300 switch,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access interface <interface-name> dhcp-trusted
commit"
allow the assignment of static ip address on ge-0/0/10,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/10 dhcp-trusted
commit"
allow the assignment of static ip address on ge-0/0/11,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/11 dhcp-trusted
commit"
enable the assignment of static ip address on ge-1/0/11,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options securee-access-port interface ge-1/0/11 dhcp-trusted
commit"
Let interface ge-0/0/5 bypass IP source guard inspection,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/5 dhcp-trusted
commit"
How to make an interface bypass IP source guard inspection,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted
commit"
How to disable the IP source guard inspection on a specific interface,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted
commit"
Disable IP source guard inspection on interface ge-0/0/15,set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-0/0/15 dhcp-trusted
commit"
Allow device connected to the interface range CAM-RANGE to have static IP addresses ,set ethernet-switching-options secure-access-port interface <range-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface CAM-RANGE dhcp-trusted
commit"
Allow DHCP responses from interface ge-1/0/8 ,set ethernet-switching-options secure-access-port interface <range-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-1/0/8 dhcp-trusted
commit"
Deny DHCP responses from interface ge-1/0/18 ,set ethernet-switching-options secure-access-port interface <range-name> no-dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface ge-1/0/18 no-dhcp-trusted
commit"
set the dhcp-trusted feature on the interface range TRUSTED-RANGE ,set ethernet-switching-options secure-access-port interface <range-name> dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface TRUSTED-RANGE dhcp-trusted
commit"
delete the dhcp-trusted feature on the interface range TRUSTED-RANGE ,delete ethernet-switching-options secure-access-port interface <range-name> dhcp-trusted,"Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port interface TRUSTED-RANGE dhcp-trusted
commit"
set the no-dhcp-trusted feature on the interface range WIRELESS-RANGE ,set ethernet-switching-options secure-access-port interface <interface-name> no-dhcp-trusted,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface WIRELESS-RANGE no-dhcp-trusted
commit"
create a new vlan,set vlans <vlan-name> vlan-id <vlan-id-number>,"Use the following command in the configuration mode:
set vlans <vlan-name> vlan-id <vlan-id-number>
commit"
how to create a new vlan,set vlans <vlan-name> vlan-id <vlan-id-number>,"Use the following command in the configuration mode:
set vlans <vlan-name> vlan-id <vlan-id-number>
commit"
create a new vlan with the name HR and vlan-id 10,set vlans <vlan-name> vlan-id <vlan-id-number>,"Use the following command in the configuration mode:
set vlans HR vlan-id 10
commit"
create a new vlan with the name FIN and vlan-id 11,set vlans <vlan-name> vlan-id <vlan-id-number>,"Use the following command in the configuration mode:
set vlans FIN vlan-id 11
commit"
set the interface ge-1/0/2 in the vlan Data,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>,"Use the following command in the configuration mode:
set interfaces ge-1/0/2 unit 0 family ethernet-switching port-mode access vlan members Data
commit"
how to make an interface a member of a specific vlan,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>,"Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>
commit"
how to assign an interface to a vlan,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>,"Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>
commit"
make the interface ge-1/0/12 a member in the vlan FIN,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>,"Use the following command in the configuration mode:
set interfaces ge-1/0/12 unit 0 family ethernet-switching port-mode access vlan members FIN
commit"
"configure a data vlan with id 10 on juniper ex3300 switch and assign it to the following ports ge-0/0/0, ge-0/0/1, and ge-0/0/3","set vlans <vlan-name> <vlan-id>
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>","Use the following commands in the configuration mode:
set vlans data vlan-id 10
set interfaces ge-0/0/0 unit 0 family ethernet-switching port-mode access vlan members 10
set interfaces ge-0/0/1 unit 0 family ethernet-switching port-mode access vlan members 10
set interfaces ge-0/0/3 unit 0 family ethernet-switching port-mode access vlan members 10
commit"
"configure a data vlan with vlan-id 100 on juniper ex3300 switch and make the following interfaces ge-0/0/20, ge-0/0/11, and ge-0/0/13 members of the data vlan","set vlans <vlan-name> <vlan-id>
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-name-or-id>","Use the following commands in the configuration mode:
set vlans data vlan-id 100
set interfaces ge-0/0/20 unit 0 family ethernet-switching port-mode access vlan members 100
set interfaces ge-0/0/11 unit 0 family ethernet-switching port-mode access vlan members 100
set interfaces ge-0/0/13 unit 0 family ethernet-switching port-mode access vlan members 100
commit"
"port ge-0/0/0 is the uplink to another EX3300 switch that has the following vlans 10,20, 30 put the required configuration on this port, given that RSTP is enabled on both switches","set vlans <vlan-name> vlan-id <vlan-id>
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk vlan members <vlan-name-or-id>
set protocols rstp interface <interface-name> mode point-to-point","Use the following commands in the configuration mode:
set vlans VLAN10 vlan-id 10
set vlans VLAN20 vlan-id 20
set vlans VLAN30 vlan-id 30
set interfaces ge-0/0/0 unit 0 family ethernet-switching port-mode trunk vlan members 10
set interfaces ge-0/0/0 unit 0 family ethernet-switching port-mode trunk vlan members 20
set interfaces ge-0/0/0 unit 0 family ethernet-switching port-mode trunk vlan members 30
set protocols rstp interface ge-0/0/0 mode point-to-point
commit"
I have a camera and I want to assign it a static IP and include it in the CAMERA vlan. The camera is connected to port ge-0/0/9,"set vlans <vlan-name> vlan-id <vlan-id>
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access vlan members <vlan-id-or-name>
set ethernet-switching-options secure-access-port interface <interface-name> dhcp-trusted","Use the following commands in the configuration mode:
set vlans CAMERA vlan-id <vlan-id>
set interfaces ge-0/0/9 unit 0 family ethernet-switching port-mode access vlan members CAMERA
set ethernet-switching-options secure-access-port interface ge-0/0/9 dhcp-trusted
commit"
how to tag the default vlan with vlan id of 100,set vlans default vlan-id <id>,"Use the following command in the configuration mode:
set vlans default vlan-id 100
commit"
define the l3 interface of the HR VLAN as vlan.2010,set vlans <vlan-name> l3-interface <vlan.unit-number>,"Use the following command in the configuration mode:
set vlans HR l3-interface vlan.2010
commit"
set the l3 interface of the IT_DEP vlan to vlan.3010,set vlans <vlan-name> l3-interface <vlan.unit-number>,"Use the following command in the configuration mode:
set vlans IT_DEP l3-interface vlan.3010
commit"
How to create l3 interface of a vlan,set vlans <vlan-name> l3-interface <vlan.unit-number>,"Use the following command in the configuration mode:
set vlans <vlan-name> l3-interface <vlan.unit-number>
commit"
How to set an l3 interface for a vlan,set vlans <vlan-name> l3-interface <vlan.unit-number>,"Use the following command in the configuration mode:
set vlans <vlan-name> l3-interface <vlan.unit-number>
commit"
set the interface ge-0/0/20 as access port,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access,"Use the following command in the configuration mode:
set interfaces ge-0/0/20 unit 0 family ethernet-switching port-mode access
commit"
How to make an interface an access port,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access,"Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access
commit"
set port mode of interface ge-0/0/25 as access port,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access,"Use the following command in the configuration mode:
set interfaces ge-0/0/25 unit 0 family ethernet-switching port-mode access
commit"
set the interface ge-1/0/5 to operate in access mode,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access,"Use the following command in the configuration mode:
set interfaces ge-1/0/5 unit 0 family ethernet-switching port-mode access
commit"
let the interface ge-2/0/25 to operate in access mode,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access,"Use the following command in the configuration mode:
set interfaces ge-2/0/25 unit 0 family ethernet-switching port-mode access
commit"
allow port ge-0/0/6 to carry traffic from multiple vlans,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk,"Use the following commands in the configuration mode:
set interfaces ge-0/0/6 unit 0 family ethernet-switching port-mode trunk
commit"
enable the port ge-0/0/16 to carry traffic from multiple vlans,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk,"Use the following commands in the configuration mode:
set interfaces ge-0/0/16 unit 0 family ethernet-switching port-mode trunk
commit"
set port ge-0/0/19 as a trunk port,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk,"Use the following commands in the configuration mode:
set interfaces ge-0/0/19 unit 0 family ethernet-switching port-mode trunk
commit"
how to allow an interface to carry traffic from multiple vlans,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk,"Use the following commands in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk
commit"
how to enable an interface to carry traffic from multiple vlans,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk,"Use the following commands in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk
commit"
allow port ge-0/0/6 to carry traffic from all vlans,set interfaces <interface-name> unit 0 family ethernet-switching port-mode trunk vlan members all,"Use the following command in the configuration mode:
set interfaces ge-0/0/6 unit 0 family ethernet-switching port-mode trunk vlan members all
commit"
allow port ge-0/0/9 to carry traffic from all vlans,set interfaces <interface-name> unit 0 family ethernet-switching port-mode trunk vlan members all,"Use the following command in the configuration mode:
set interfaces ge-0/0/9 unit 0 family ethernet-switching port-mode trunk vlan members all
commit"
How to make an interface carry traffic from all vlans,set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk vlan members all,"Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk vlan members all
commit"
"make port ge-0/0/7 carry traffic from vlans HR, FIN, and MGMT",set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk vlan members <vlan-name-or-id>,"Use the following commands in the configuration mode:
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members HR
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members MGMT
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members FIN
commit"
"make port ge-1/0/23 carry traffic from vlans REG, SUPPORT, and MGMT",set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode trunk vlan members <vlan-name-or-id>,"Use the following commands in the configuration mode:
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members REG
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members MGMT
set interfaces ge-0/0/7 unit 0 family ethernet-switching port-mode trunk vlan members SUPPORT
commit"
We will connect a new switch on port ge-0/0/7 configure rstp on this interface as a point to point,set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/7.0 mode point-to-point
commit"
"We will connect a new switch on port ge-0/0/9, the new switch has RSTP enabled, enable RSTP on ge-0/0/9 in the mode point to point",set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/9 mode point-to-point
commit"
How to make an interface participate in RSTP protocol in the mode point to point,set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> mode point-to-point
commit"
How to set the RSTP interface mode to point to point,set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> mode point-to-point
commit"
Execlude interface ge-0/0/19 from participating in RSTP,set protocols rstp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/19 disable
commit"
How to execlude an interface from participating in RSTP,set protocols rstp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> disable
commit"
Disable RSTP protocol on interface ge-0/0/0,set protocols rstp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/0 disable
commit"
How to disable RSTP protocol on a specific interface,set protocols rstp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> disable
commit"
Help me configure RSTP protocol on interface ge-0/0/1 to connect another switch on that port on a juniper switch ex3300 using command line,set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/1 mode point-to-point
commit"
How to configure RSTP protocol on interface ge-1/0/5 to connect another switch on that port on a juniper switch ex3300 using command line,set protocols rstp interface <interface-name> mode point-to-point,"Use the following command in the configuration mode:
set protocols rstp interface ge-1/0/5 mode point-to-point
commit"
Configure RSTP on interface ge-0/0/20 in the mode shared,set protocols rstp interface <interface-name> mode shared,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/20 mode shared
commit"
how to set RSTP particpating interface in the mode shared,set protocols rstp interface <interface-name> mode shared,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> mode shared
commit"
set RSTP mode on interface ge-2/0/20 as shared,set protocols rstp interface <interface-name> mode shared,"Use the following command in the configuration mode:
set protocols rstp interface ge-2/0/20 mode shared
commit"
Enable RSTP on interface ge-0/0/7 in the mode point to point and set the no root port feature,set protocols rstp interface <interface-name> mode point-to-point no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/7 mode point-to-point no-root-port
commit"
set RSTP on interface ge-0/0/15 in the mode point to point and prevent this interface from becoming a root interface,set protocols rstp interface <interface-name> mode point-to-point no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/15 mode point-to-point no-root-port
commit"
Enable RSTP root-protect feature on interface ge-0/0/13,set protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/13 no-root-port
commit"
how to enable RSTP root-protect feature on an interface,set protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> no-root-port
commit"
Enable the RSTP root protection feature on interface ge-0/0/3,set protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/3 no-root-port
commit"
set the RSTP root-protect feature on interface ge-0/0/23,set protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/23 no-root-port
commit"
how to set the RSTP root-protect feature on interface,set protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
set protocols rstp interface <interface-name> no-root-port
commit"
Delete RSTP root-protect feature on interface ge-0/0/33,delete protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
delete protocols rstp interface ge-0/0/33 no-root-port
commit"
how to delete RSTP root-protect feature on a specific interface,delete protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
delete protocols rstp interface <interface-name> no-root-port
commit"
Disable RSTP root-protect feature on interface ge-0/0/42,delete protocols rstp interface <interface-name> no-root-port,"Use the following command in the configuration mode:
delete protocols rstp interface ge-0/0/42 no-root-port
commit"
Disable RSTP protocol,set protocols rstp disable,"Use the following command in the configuration mode:
set protocols rstp disable
commit"
how to disable the RSTP protocol,set protocols rstp disable,"Use the following command in the configuration mode:
set protocols rstp disable
commit"
Set the RSTP maximum age of received protocol BPDUs to 30,set protocols rstp max-age <max-age-interval>,"Use the following command in the configuration mode:
set protocols rstp max-age 30
commit"
How to set the RSTP maximum age of received protocol BPDUs,set protocols rstp max-age <max-age-interval>,"Use the following command in the configuration mode:
set protocols rstp max-age <max-age-interval>
commit"
Set the RSTP max age of received protocol BPDUs to 15,set protocols rstp max-age <max-age-interval>,"Use the following command in the configuration mode:
set protocols rstp max-age 15
commit"
Set the RSTP forwarding delay to 10,set protocols rstp forward-delay <forwarding-delay-interval>,"Use the following command in the configuration mode:
set protocols rstp forward-delay 10
commit"
How to set the RSTP forwarding delay,set protocols rstp forward-delay <forwarding-delay-interval>,"Use the following command in the configuration mode:
set protocols rstp forward-delay <forwarding-delay-interval>
commit"
Set the RSTP protocol forwarding delay to 20,set protocols rstp forward-delay <forwarding-delay-interval>,"Use the following command in the configuration mode:
set protocols rstp forward-delay 20
commit"
Set the RSTP bridge port delay during the listening and learning states to 30,set protocols rstp forward-delay <forwarding-delay-interval>,"Use the following command in the configuration mode:
set protocols rstp forward-delay 30
commit"
how to set the RSTP bridge port delay during the listening and learning states,set protocols rstp forward-delay <forwarding-delay-interval>,"Use the following command in the configuration mode:
set protocols rstp forward-delay <forwarding-delay-interval>
commit"
set RSTP protocol bridge priority to 8k,set protocols rstp bridge-priority <priority-in-increments-of-4k>,"Use the following command in the configuration mode:
set protocols rstp bridge-priority 8k
commit"
set the RSTP protocol bridge priority to 12k,set protocols rstp bridge-priority <priority-in-increments-of-4k>,"Use the following command in the configuration mode:
set protocols rstp bridge-priority 12k
commit"
how to set RSTP protocol bridge priority,set protocols rstp bridge-priority <priority-in-increments-of-4k>,"Use the following command in the configuration mode:
set protocols rstp bridge-priority <priority-in-increments-of-4k>
commit"
set the bridge priority of RSTP protocol to 16k,set protocols rstp bridge-priority <priority-in-increments-of-4k>,"Use the following command in the configuration mode:
set protocols rstp bridge-priority 16k
commit"
set RSTP protocol hello interval to 3 seconds,set protocols rstp hello-time <interval>,"Use the following command in the configuration mode:
set protocols rstp hello-time 3
commit"
how to set RSTP protocol hello interval,set protocols rstp hello-time <interval>,"Use the following command in the configuration mode:
set protocols rstp hello-time <interval>
commit"
set RSTP protocol hello interval to 5 seconds,set protocols rstp hello-time <interval>,"Use the following command in the configuration mode:
set protocols rstp hello-time 5
commit"
set RSTP protocol hello interval to 4 seconds,set protocols rstp hello-time <interval>,"Use the following command in the configuration mode:
set protocols rstp hello-time 4
commit"
Display RSTP protocol configurations from the operational mode,show configuration protocols rstp,"Use the following command in the operational mode:
show configuration protocols rstp"
how to show RSTP protocol configurations from the operational mode,show configuration protocols rstp,"Use the following command in the operational mode:
show configuration protocols rstp"
Show the current RSTP configuration,show configuration protocols rstp,"Use the following command in the operational mode:
show configuration protocols rstp"
Show the current RSTP configuration in the set format,show configuration protocols rstp,"Use the following command in the configuration mode:
show | display set |match rstp"
Display RSTP protocol configurations in the operational mode in the set format,show configuration protocols rstp | display set,"Use the following command in the operational mode:
show configuration protocols rstp | display set"
block rstp bpdu on edge interfaces,set protocols rstp bpdu-block-on-edge,"Use the following command in the configuration mode:
set protocols rstp bpdu-block-on-edge
commit"
set all interfaces on the switch to edge RSTP interfaces and enable bpdu-block-on-edge,"set protocols rstp interface all edge
set protocols rstp bpdu-block-on-edge","Use the following command in the configuration mode:
set protocols rstp interface all edge
set protocols rstp bpdu-block-on-edge
commit"
How to block RSTP bpdu on edge interfaces,set protocols rstp bpdu-block-on-edge,"Use the following command in the configuration mode:
set protocols rstp bpdu-block-on-edge
commit"
set interface ge-0/0/7 as RSTP edge interface,set protocols rstp interface <interface-name> edge,"Use the following command in the configuration mode:
set protocols rstp interface ge-0/0/7 edge
commit"
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"
how to set a mac limit on an interface,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 <interface-name> mac-limit <mac-limit
ncommit"
delete the mac limit on interface ge-0/0/4,delete ethernet-switching-options secure-access-port interface <interface-name> mac-limit,"Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port interface ge-0/0/4 mac-limit
commit"
set a mac limit of 10 on interface ge-0/0/8,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/8 mac-limit 10
commit"
set a mac limit of 1 on all interfaces,set ethernet-switching-options secure-access-port interface all mac-limit <mac-limit>,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit 1
commit"
how to set a mac limiton all interfaces,set ethernet-switching-options secure-access-port interface all mac-limit <mac-limit>,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit <mac-limit>
commit"
delete the mac limit on all interfaces,delete ethernet-switching-options secure-access-port interface all mac-limit,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit
commit"
Limit the number of connected devices to one on each interface on the EX3300 switch,"set ethernet-switching-options secure-access-port interface all mac-limit <mac-limit>
commit","Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface all mac-limit 1
commit"
how to set a list of allowed Mac addresses on a specific interface,set ethernet-switching-options secure-access-port interface interface-name allowed-mac <mac-address>,"Use the following command in the configuration:
set ethernet-switching-options secure-access-port interface interface-name allowed-mac <mac-address>
commit"
how to set a mac limit on interface range,"set ethernet-switching-options secure-access-port interface <range-name> mac-limit <mac-limit>
commit","Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port interface <range-name> mac-limit <mac-limit>
commit"
Clear all MAC address entries in the forwarding table,clear ethernet-switching-table,"Use the following command in the operational mode:
clear ethernet-switching-table"
Clear all MAC address entries in the ethernet switching table,clear ethernet-switching-table,"Use the following command in the operational mode:
clear ethernet-switching-table"
Clear port errors on the switch, clear ethernet-switching port-error," Use the following command in the operational mode:
clear ethernet-switching port-error"
Clear a bridge protocol data unit (BPDU) error condition,clear ethernet-switching bpdu-error,"Use the following command in the operational mode:
clear ethernet-switching bpdu-error"
clear bpdu errors,clear ethernet-switching bpdu-error,"Use the following command in the operational mode:
clear ethernet-switching bpdu-error"
Clear bpdu errors on interface ge-0/0/8,clear ethernet-switching bpdu-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching bpdu-error interface ge-0/0/8"
how to clear bpdu errors on a specific interface,clear ethernet-switching bpdu-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching bpdu-error interface <interface-name>"
clear port errors on the interface ge-0/0/9,clear ethernet-switching port-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching port-error interface ge-0/0/9"
clear port errors on specific interface,clear ethernet-switching port-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching port-error interface <interface-name>"
how to clear port errors on specific interface,clear ethernet-switching port-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching port-error interface <interface-name>"
restore the interfaces blocked due to storm control violation,clear ethernet-switching port-error,"Use the following command in the operational mode:
clear ethernet-switching port-error"
restore the operation on interface ge-0/0/8,clear ethernet-switching port-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching port-error interface ge-0/0/8"
manually clear storm control violation on interface ge-0/0/12,clear ethernet-switching port-error interface <interface-name>,"Use the following command in the operational mode:
clear ethernet-switching port-error interface ge-0/0/12"
How to configure preprovisioned virtual-chassis for ex3300 switches,"set virtual-chassis preprovisioned
set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine
set virtual-chassis member <member-id> serial-number <serial-number> role line-card","Use the following command in the configuration mode:
set virtual-chassis preprovisioned
set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine
set virtual-chassis member <member-id> serial-number <serial-number> role line-card
commit"
configure the virtual chassis member 0 with serial number GA021534033 in the role routing enginer,set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine,"Use the following command in the configuration mode:
set virtual-chassis member 0 serial-number GA021534033 role routing-engine
commit"
how to add a virtual chassis member as a routing engine role,set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine,"Use the following command in the configuration mode:
set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine
commit"
configure the virtual chassis member 1 with serial number GA021524033 in the role routing enginer,set virtual-chassis member <member-id> serial-number <serial-number> role routing-engine,"Use the following command in the configuration mode:
set virtual-chassis member 1 serial-number GA021524033 role routing-engine
commit"
configure the virtual chassis with the member id 3 and serial number GA022534033 in the role line-card ,set virtual-chassis member <member-id> serial-number <serial-number> role line-card,"Use the following command in the configuration mode:
set virtual-chassis member 3 serial-number GA022534033 role line-card
commit"
how to configure a virtual chassis with the member in the role line-card ,set virtual-chassis member <member-id> serial-number <serial-number> role line-card,"Use the following command in the configuration mode:
set virtual-chassis member <member-id> serial-number <serial-number> role line-card
commit"
configure the virtual chassis member with id 4 and serial number GA222534033 as a line card,set virtual-chassis member <member-id> serial-number <serial-number> role line-card,"Use the following command in the configuration mode:
set virtual-chassis member 4 serial-number GA222534033 role line-card
commit"
delete the virtual chassis member with the id 7 ,delete virtual-chassis member <member-id>,"Use the following command in the configuration mode:
delete virtual-chassis member 7
commit"
how to delete a virtual chassis member of specific id,delete virtual-chassis member <member-id>,"Use the following command in the configuration mode:
delete virtual-chassis member <member-id>
commit"
delete the virtual chassis member 5 ,delete virtual-chassis member <member-id>,"Use the following command in the configuration mode:
delete virtual-chassis member 5
commit"
disable the virtual chassis split and merge feature,set virtual-chassis no-split-detection,"Use the following command in the configuration mode:
set virtual-chassis no-split-detection
commit"
set the virtual chassis no split detection feature,set virtual-chassis no-split-detection,"Use the following command in the configuration mode:
set virtual-chassis no-split-detection
commit"
set the virtual-chassis to only accept preprovisioned members,set virtual-chassis preprovisioned,"Use the following command in the configuration mode:
set virtual-chassis preprovisioned
commit"
enable the virtual chassis preprovisioned mode,set virtual-chassis preprovisioned,"Use the following command in the configuration mode:
set virtual-chassis preprovisioned
commit"
Disable automatic Virtual Chassis port (VCP) conversion in a Virtual Chassis,set virtual-chassis no-auto-conversion,"Use the following command in the configuration mode:
set virtual-chassis no-auto-conversion
commit"
Disable automatic virtual chassis VC port conversion,set virtual-chassis no-auto-conversion,"Use the following command in the configuration mode:
set virtual-chassis no-auto-conversion
commit"
Enable automatic Virtual Chassis port (VCP) conversion,set virtual-chassis auto-conversion,"Use the following command in the configuration mode:
set virtual-chassis auto-conversion
commit"
Enable automatic VC port conversion in virtual-chassis,set virtual-chassis auto-conversion,"Use the following command in the configuration mode:
set virtual-chassis auto-conversion
commit"
Enable Fast failover on GE VC uplink ports,set virtual-chassis fast-failover ge,"Use the following command in the configuration mode:
set virtual-chassis fast-failover ge
commit"
Enable Fast failover on GE virtual chassis uplink ports,set virtual-chassis fast-failover ge,"Use the following command in the configuration mode:
set virtual-chassis fast-failover ge
commit"
set the virtual chassis Fast failover for GE VC uplink ports,set virtual-chassis fast-failover ge,"Use the following command in the configuration mode:
set virtual-chassis fast-failover ge
commit"
disable the virtual chassis Fast failover for GE VC uplink ports,delete virtual-chassis fast-failover ge,"Use the following command in the configuration mode:
delete virtual-chassis fast-failover ge
commit"
Enable Fast failover on XE VC uplink ports,set virtual-chassis fast-failover xe,"Use the following command in the configuration mode:
set virtual-chassis fast-failover xe
commit"
Enable virtual chassis fast failover on XE VC uplink ports,set virtual-chassis fast-failover xe,"Use the following command in the configuration mode:
set virtual-chassis fast-failover xe
commit"
set the Fast failover for XE VC uplink ports,set virtual-chassis fast-failover xe,"Use the following command in the configuration mode:
set virtual-chassis fast-failover xe
commit"
disable the virtual chassis fast failover for XE VC uplink ports,delete virtual-chassis fast-failover xe,"Use the following command in the configuration mode:
delete virtual-chassis fast-failover xe
commit"
delete the virtual chassis fast failover for XE VC uplink ports,delete virtual-chassis fast-failover xe,"Use the following command in the configuration mode:
delete virtual-chassis fast-failover xe
commit"
Enable Fast failover on ET VC uplink ports,set virtual-chassis fast-failover et,"Use the following command in the configuration mode:
set virtual-chassis fast-failover et
commit"
set the virtual chassis fast failover for ET VC uplink ports,set virtual-chassis fast-failover et,"Use the following command in the configuration mode:
set virtual-chassis fast-failover et
commit"
delete the virtual chassis Fast failover for ET VC uplink ports,delete virtual-chassis fast-failover et,"Use the following command in the configuration mode:
delete virtual-chassis fast-failover et
commit"
remove the virtual chassis Fast failover for ET VC uplink ports,delete virtual-chassis fast-failover et,"Use the following command in the configuration mode:
delete virtual-chassis fast-failover et
commit"
show the virtual chassis fast failover status,show virtual-chassis fast-failover,"Use the following command in the opertional mode:
show virtual-chassis fast-failover"
Display Virtual chassis active topology,show virtual-chassis active-topology,"Use the following command in the opertional mode:
show virtual-chassis active-topology"
Display Virtual chassis PFE device topology ,show virtual-chassis device-topology,"Use the following command in the opertional mode:
show virtual-chassis device-topology"
show Virtual chassis packet forwarding engine device topology ,show virtual-chassis device-topology,"Use the following command in the opertional mode:
show virtual-chassis device-topology"
show Virtual chassis device topology ,show virtual-chassis device-topology,"Use the following command in the opertional mode:
show virtual-chassis device-topology"
show Virtual chassis status information,show virtual-chassis status,"Use the following command in the opertional mode:
show virtual-chassis status"
show Virtual chassis status information,show virtual-chassis status,"Use the following command in the opertional mode:
show virtual-chassis status"
display the Virtual chassis status information,show virtual-chassis status,"Use the following command in the opertional mode:
show virtual-chassis status"
Get routing table from local virtual chassis member,show virtual-chassis protocol route local,"Use the following command in the opertional mode:
show virtual-chassis protocol route local"
show the virtual chassis routing table from local member,show virtual-chassis protocol route local,"Use the following command in the opertional mode:
show virtual-chassis protocol route local"
Display the virtual chassis protocol interface information,show virtual-chassis protocol interface,"Use the following command in the opertional mode:
show virtual-chassis protocol interface"
Show the virtual chassis protocol interface information,show virtual-chassis protocol interface,"Use the following command in the opertional mode:
show virtual-chassis protocol interface"
Show the virtual chassis routing table,show virtual-chassis protocol route,"Use the following command in the opertional mode:
show virtual-chassis protocol route"
How to configure a static route,set routing-options static route <network-address/subnet-mask> next-hop <next-hop-ip-address>,"Use the following command in the configuration mode:
set routing-options static route <network-address/subnet-mask> next-hop <next-hop>
commit"
Configure a static route to network 192.168.100.0/24 with the next hop 192.168.100.1,set routing-options static route <network-address/subnet-mask> next-hop <next-hop-ip-address>,"Use the following command in the configuration mode:
set routing-options static route 192.168.100.0/24 next-hop 192.168.100.1
commit"
Configure a static route to network 10.168.100.0/24 with the next hop 10.168.100.1,set routing-options static route <network-address/subnet-mask> next-hop <next-hop-ip-address>,"Use the following command in the configuration mode:
set routing-options static route 10.168.100.0/24 next-hop 10.168.100.1
commit"
set up a static route to network 10.16.10.0/24 with the next hop 10.16.10.1,set routing-options static route <network-address/subnet-mask> next-hop <next-hop-ip-address>,"Use the following command in the configuration mode:
set routing-options static route 10.16.10.0/24 next-hop 10.16.10.1
commit"
assign interface ge-0/0/0 the following IP address 192.168.1.2/24,set interfaces <interface-name> unit <unit-number> family inet address <ip-address/subnet-mask>,"Use the following command in the configuration mode:
set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.2/24
commit"
set the ip address 192.168.100.3/24 to the interface ge-0/0/1,set interfaces <interface-name> unit <unit-number> family inet address <ip-address/subnet-mask>,"Use the following command in the configuration mode:
set interfaces ge-0/0/1 unit 0 family inet address 192.168.100.3/24
commit"
how to set IP address to an interface in Juniper ex3300,set interfaces <interface-name> unit <unit-number> family inet address <ip-address/subnet-mask>,"Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> family inet address <ip-address/subnet-mask>
commit"
"set the following description ""Uplink to Lab 2"" on interface ge-0/0/10","set interfaces <interface-name> unit <unit-number> description ""DESCRIPTION""","Use the following command in the configuration mode:
set interfaces ge-0/0/10 unit 0 description ""Uplink to Lab 2""
commit"
"set the following description ""Printer"" on interface ge-1/0/10","set interfaces <interface-name> unit <unit-number> description ""DESCRIPTION""","Use the following command in the configuration mode:
set interfaces ge-1/0/10 unit 0 description Printer
commit"
how to set a description to an interface,"set interfaces <interface-name> unit <unit-number> description <Description>
commit","Use the following command in the configuration mode:
set interfaces <interface-name> unit <unit-number> description <Description>
commit"
display the ethernet switching table,show ethernet-switching table,"Use the following command in the operational mode:
show ethernet-switching table"
display MAC address information of the switch ports,show ethernet-switching table,"Use the following command in the operational mode:
show ethernet-switching table"
show the mac information of the interface ge-0/0/2,show ethernet-switching table interface <interface-name>,"Use the following command in the operational mode:
show ethernet-switching table interface ge-0/0/2"
how to show the mac information of an interface,show ethernet-switching table interface <interface-name>,"Use the following command in the operational mode:
show ethernet-switching table interface <interface-name>"
Determine the interface to which the MAC address 00:19:99:93:93:3a is connected,show ethernet-switching table | match <mac-address>,"Use the following command in the operational mode:
show ethernet-switching table | match 00:19:99:93:93:3a"
Find the interface to which the MAC address ac:b9:2f:2f:81:26 is connected,show ethernet-switching table | match <mac-address>,"Use the following command in the operational mode:
show ethernet-switching table | match ac:b9:2f:2f:81:26"
How to find the interface to which a specific MAC address is connected,show ethernet-switching table | match <mac-address>,"Use the following command in the operational mode:
show ethernet-switching table |match <mac-address>"
How to find the interface to which a device is connected,show ethernet-switching table | match <mac-address>,"Use the following command in the operational mode:
show ethernet-switching table |match <mac-address>"
display MAC address information of the switch ports,show ethernet-switching table,"Use the following command in the operational mode:
show ethernet-switching table"
show the mac information of the interface ge-0/0/2,show ethernet-switching table interface <interface-name>,"Use the following command in the operational mode:
show ethernet-switching table interface ge-0/0/2"
show the ethernet switching table,show ethernet-switching table,"Use the following command in the operational mode:
show ethernet-switching table"
Displays the event log of learned MAC addresses,show ethernet-switching mac-learning-log,"Use the following command in the operational mode:
show ethernet-switching mac-learning-log"
Show MAC address learning log,show ethernet-switching mac-learning-log,"Use the following command in the operational mode:
show ethernet-switching mac-learning-log"
Show media access control learning statistics,show ethernet-switching statistics mac-learning,"Use the following command in the operational mode:
show ethernet-switching statistics mac-learning"
Show MAC learning statistics,show ethernet-switching statistics mac-learning,"Use the following command in the operational mode:
show ethernet-switching statistics mac-learning"
Display MAC learning statistics for all interfaces,show ethernet-switching statistics mac-learning,"Use the following command in the operational mode:
show ethernet-switching statistics mac-learning"
display overview of OSPF information,show ospf overview,"Use the following command in the operational mode:
show ospf overview"
Display Open Shortest Path First (OSPF) overview information,show ospf overview,"Use the following command in the operational mode:
show ospf overview"
Show OSPF link-state database,show ospf database,"Use the following command in the operational mode:
show ospf database"
Display the entries in the OSPF link-state database,show ospf database,"Use the following command in the operational mode:
show ospf database"
show information about entries in the OSPFv2 link-state database for all routing instances,show ospf database,"Use the following command in the operational mode:
show ospf database"
Show OSPF neighbor status information,show ospf neighbor,"Use the following command in the operational mode:
show ospf neighbor"
display OSPF neighbor status,show ospf neighbor,"Use the following command in the operational mode:
show ospf neighbor"
Display information about OSPF neighbors,show ospf neighbor,"Use the following command in the operational mode:
show ospf neighbor"
Show OSPF routing table,show ospf route,"Use the following command in the operational mode:
show ospf route"
display OSPF routing table,show ospf route,"Use the following command in the operational mode:
show ospf route"
Show shortest-path-first calculations of OSPF,show ospf log,"Use the following command in the operational mode:
show ospf log"
Display the OSPF log of Shortes Path First calculations,show ospf log,"Use the following command in the operational mode:
show ospf log"
Show OSPF interface status information,show ospf interface,"Use the following command in the operational mode:
show ospf interface"
Display the status of OSPF interfacs,show ospf interface,"Use the following command in the operational mode:
show ospf interface"
configure interface ge-0/0/5 to be part of ospf area 0 in the passive mode,set protocols ospf area <ospf-area> interface <interface-name> passive,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.0 interface ge-0/0/5 passive
commit"
configure interface ge-0/0/7 to be part of ospf area 0 in the passive mode,set protocols ospf area <ospf-area> interface <interface-name> passive,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.0 interface ge-0/0/7 passive
commit"
how to configure ospf on a point-to-point interface,set protocols ospf area <ospf-area> interface <interface-name> interface-type p2p,"Use the following command in the configuration mode:
set protocols ospf area <ospf-area> interface <interface-name> interface-type p2p
commit"
configure OSPF protocol of area 0.0.0.1 on interface ge-0/0/15 as point to point ,set protocols ospf area <ospf-area> interface <interface-name> interface-type p2p,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.1 interface ge-0/0/15 interface-type p2p
commit"
set the interface ge-0/0/5 as point to point in the OSPF area 0.0.0.0 ,set protocols ospf area <ospf-area> interface <interface-name> interface-type p2p,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.0 interface ge-0/0/5 interface-type p2p
commit"
set ospf hello interval on interface ge-0/0/15 to 4,set protocols ospf area <area-number> interface <interface-name> hello-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area <area-number> interface ge-0/0/15 hello-interval 4
commit"
how to configure ospf hello interval,set protocols ospf area <area-number> interface <interface-name> hello-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area <area-number> interface <interface-name> hello-interval <interval>
commit"
set ospf hello interval of area 0.0.0.1 on interface ge-0/0/15 to 2,set protocols ospf area <area-number> interface <interface-name> hello-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.1 interface ge-0/0/15 hello-interval 2
commit"
configure OSPF dead interval,set protocols ospf area <area-number> interface <interface-name> dead-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area <area-number> interface <interface-name> dead-interval <interval>
commit"
configure OSPF with dead interval equal to 8,set protocols ospf area <area-number> interface <interface-name> dead-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area <area-number> interface <interface-name> dead-interval 8
commit"
set the OSPF dead interval of area 0.0.0.1 to 8,set protocols ospf area <area-number> interface <interface-name> dead-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.1 interface <interface-name> dead-interval 8
commit"
set the OSPF dead interval of area 0.0.0.1 on the interface ge-0/0/2 to 8,set protocols ospf area <area-number> interface <interface-name> dead-interval <interval>,"Use the following command in the configuration mode:
set protocols ospf area 0.0.0.1 interface ge-0/0/2 dead-interval 8
commit"
disable the OSPF protocol,set protocols ospf disable,"Use the following command in the configuration mode:
set protocols ospf disable
commit"
how to disable the OSPF protocol,set protocols ospf disable,"Use the following command in the configuration mode:
set protocols ospf disable
commit"
set up the configuration required on port ge-0/0/10 to connect it to a IP phone,"set interfaces <interface-name> unit 0 family ethernet-switching vlan members <vlan-name>
set interfaces <interface-name> unit <unit-number> family ethernet-switching port-mode access
set ethernet-switching-options voip interface <interface-name> vlan <vlan-name>","Use the following commands in the configuration mode:
set interfaces ge-0/0/10 unit 0 family ethernet-switching vlan members DATA-VLAN
set interfaces ge-0/0/10 unit 0 family ethernet-switching port-mode access
set ethernet-switching-options voip interface ge-0/0/10 vlan voice-vlan
set voip interface ge-0/0/10 forwarding-class assured-forwarding
commit"
set the voip feature on port ge-0/0/11 given the voice vlan is VOICE,set ethernet-switching-options voip interface <interface-name> vlan <vlan-name>,"Use the following command in the configuration mode:
set ethernet-switching-options voip interface ge-0/0/11 vlan VOICE
commit"
how to set the voip feature for an interface,set ethernet-switching-options voip interface <interface-name> vlan <vlan-name>,"Use the following command in the configuration mode:
set ethernet-switching-options voip interface <interface-name> vlan <vlan-name>
commit"
Show VLAN information,show vlans,"Use the following command in the operational mode:
show vlans"
show the configured VLANS the corresponding ports membership information,show vlans,"Use the following command in the operational mode:
show vlans"
Show information about the configured VLANs,show vlans,"Use the following command in the operational mode:
show vlans"
display the configured VLANS and the active ports in each VLAN,show vlans,"Use the following command in the operational mode:
show vlans"
display dhcp snooping binding database,show dhcp snooping binding,"Use the following command in the operational mode:
show dhcp snooping binding"
display dhcp snooping binding for interface ge-1/0/2,show dhcp snooping binding | match <interface-name>,"Use the following command in the operational mode:
show dhcp snooping binding | match ge-1/0/2"
display the MAC-IP binding on the interfaces,show dhcp snooping binding,"Use the following command in the operational mode shows the MAC-IP binding:
show dhcp snooping binding"
Show the IP addresses connected to interface ge-0/0/22,show dhcp snooping binding | match <interface-name>,"Use the following command in the operational mode:
show dhcp snooping binding | match ge-0/0/22"
create a link aggregation composed of interfaces ge-0/0/0 and ge-1/0/0 in active mode and with link speed of 1G and fast periodic transmission of LACP packets,"set interfaces <interface-name> ether-options 802.3ad ae0
set interfaces <interface-name> ether-options 802.3ad ae0
set interfaces ae0 aggregated-ether-options link-speed <link-speed>
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast","Use the following command in the configuration mode:
set interfaces ge-0/0/0 ether-options 802.3ad ae0
set interfaces ge-1/0/0 ether-options 802.3ad ae0
set interfaces ae0 aggregated-ether-options link-speed 1g
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast
commit"
disable interface ge-0/0/4,set interfaces <interface-name> disable,"Use the following command in the configuration mode:
set interfaces ge-0/0/4 disable
commit"
disable interface ge-2/0/14,set interfaces <interface-name> disable,"Use the following command in the configuration mode:
set interfaces ge-2/0/14 disable
commit"
how to disable an interface,set interfaces <interface-name> disable,"Use the following command in the configuration mode:
set interfaces <interface-name> disable
commit"
how to enable a disabled interface,delete interfaces <interface-name> disable,"Use the following command in the configuration mode:
delete interfaces <interface-name> disable
commit"
enable interface ge-1/0/3,delete interfaces <interface-name> disable,"Use the following command in the configuration mode:
delete interfaces ge-1/0/3 disable
commit"
show POE system information ,show poe controller,"Use the following command in the operational mode:
show poe controller"
check the PoE power budget and consumption for the switch,show poe controller,"Use the following command in the operational mode:
show poe controller"
Determine the current PoE power consumption on the switch,show poe controller,"Use the following command in the operational mode:
show poe controller"
show the power consumption of all interfaces,show poe interface,"Use the following command in the operational mode:
show poe interface"
show the power consumption of interface ge-0/0/10,show poe interface <interface-name>,"Use the following command in the operational mode:
show poe interface ge-0/0/10"
how to check the power consumption of an interface,show poe interface <interface-name>,"Use the following command in the operational mode:
show poe interface <interface-name>"
check the maximum power provided by the interface,show poe interface,"Use the following command in the operational mode:
show poe interface"
show all records of poe telemetry of interface ge-0/0/1,show poe telemetries interface <interface-name> count all,"Use the following command in the operational mode:
show poe telemetries interface ge-0/0/1 count all"
how to display all records of poe telemetry of a specific interface,show poe telemetries interface <interface-name> count all,"Use the following command in the operational mode:
show poe telemetries interface <interface-name> count all"
show 2 records of POE telemetry of all interfaces,show poe telemetries interface all count <num-of-records>,"Use the following command in the operational mode:
show poe telemetries interface all count 2"
how to display a specific number of POE telemetry records of an interfaces,show poe telemetries interface <interface-name> count <num-of-records>,"Use the following command in the operational mode:
show poe telemetries interface <interface-name> count <num-of-records>"
collect power consumptions on interface ge-0/0/5 every 10 minutes,set poe interface <interface-name> telemetries interval <interval>,"Use the following command in the configuration mode:
set poe interface ge-0/0/5 telemetries interval 10
commit"
how to modify the interval for logging telemetries per-port power consumption,set poe interface <interface-name> telemetries interval <interval>,"Use the following command in the configuration mode:
set poe interface <interface-name> telemetries interval <interval>
commit"
enable poe telemetry on all interfaces,set poe interface all telemetries interval <interval>,"Use the following command in the configuration mode:
set poe interface all telemetries interval <interval>
commit"
set the poe priority of interface ge-0/0/7 to high,set poe interface <interface-name> priority high,"Use the following command in the configuration mode:
set poe interface ge-0/0/7 priority high
commit"
how to set the poe priority of interface,set poe interface <interface-name> priority <high/low>,"Use the following command in the configuration mode:
set poe interface <interface-name> priority <high/low>
commit"
set the poe priority of interface ge-0/0/6 to low,set poe interface <interface-name> priority low,"Use the following command in the configuration mode:
set poe interface ge-0/0/6 priority low
commit"
display information about all interfaces participating in spanning tree protocols,show spanning-tree interface,"Use the following command in the operational mode:
show spanning-tree interface"
how to verify spanning tree interface information,show spanning-tree interface,"Use the following command in the operational mode:
show spanning-tree interface"
Display interface-level spanning-tree protocol parameters,show spanning-tree interface,"Use the following command in the operational mode:
show spanning-tree interface"
show the spanning-tree parameters of interface ge-0/0/0,show spanning-tree interface <interface-name>,"Use the following command in the operational mode:
show spanning-tree interface ge-0/0/0"
how to check the spanning-tree parameters of an interface,show spanning-tree interface <interface-name>,"Use the following command in the operational mode:
show spanning-tree interface <interface-name>"
show the blocked ports by spanning tree protocols,show spanning-tree interface | match BLK,"Use the following command in the operational mode:
show spanning-tree interface | match BLK"
show the ports blocked by RSTP,show spanning-tree interface | match BLK,"Use the following command in the operational mode:
show spanning-tree interface | match BLK"
How to find the root interface of the active spanning tree protocol,show spanning-tree interface | match root,"Use the following command in the operational mode:
show spanning-tree interface | match root"
show spanning-tree statistics of interface ge-0/0/10,show spanning-tree statistics interface <interface-name>,"Use the following command in the operational mode:
show spanning-tree statistics interface ge-0/0/10"
how to display the spanning-tree statistics of an interface,show spanning-tree statistics interface <interface-name>,"Use the following command in the operational mode:
show spanning-tree statistics interface <interface-name>"
show spanning-tree statistics,show spanning-tree statistics,"Use the following command in the operational mode:
show spanning-tree statistics"
Show STP bridge parameters,show spanning-tree bridge,"Use the following command in the operational mode:
show spanning-tree bridge"
Display the configured and calculated parameters of the active spanning tree protocol,show spanning-tree bridge,"Use the following command in the operational mode:
show spanning-tree bridge"
How to verify spanning tree root bridge parameters,show spanning-tree bridge,"Use the following command in the operational mode:
show spanning-tree bridge"
Show Multiple Spanning Tree Protocol (MSTP) information,show spanning-tree mstp configuration,"Use the following command in the operational mode:
show spanning-tree mstp configuration"
Show known autonomous system paths,show as-path,"Use the following command in the operational mode:
show as-path"
Show autonomous-system domains,show as-path domain,"Use the following command in the operational mode:
show as-path domain"
Show command-line interface settings,show cli,"Use the following command in the operational mode:
show cli"
Display ARP inspection statistics,show arp inspection statistics,"Use the following command in the operational mode:
show arp inspection statistics"
Show contents of log file,show log,"Use the following command in the operational mode:
show log"
Show users currently editing configuration,status,"Use the following command in the configuration mode:
status"
who is currently editing the configuration,status,"Use the following command in the configuration mode:
status"
save the current configuration to the file conf.txt,save <file-name>,"Use the following command in the configuration mode:
save conf.txt"
How to save the current device configurations to a file,save <file-name>,"Use the following command in the configuration mode:
save <file-name>"
save the current configuration to the file backup.txt,save <file-name>,"Use the following command in the configuration mode:
save backup.txt"
display the system alarms,show system alarms,"Use the following command in the operational mode:
show system alarms"
show the system current active alarms,show system alarms,"Use the following command in the operational mode:
show system alarms"
display loaded JUNOS extensions,show system software,"Use the following command in the operational mode:
show system software"
Show information about all loaded JUNOS extensions,show system software,"Use the following command in the operational mode:
show system software"
Display information of all Flexible PIC Concentrators (FPCs) and PICs installed in the router or switch chassis,show chassis hardware,"Use the following command in the operational mode:
show chassis hardware"
Display a list of all Flexible PIC Concentrators (FPCs) and PICs installed in the EX3300 switch chassis,show chassis hardware,"Use the following command in the operational mode:
show chassis hardware"
Display detailed information of all FPCs and PICs installed in the EX3300 switch chassis,show chassis hardware,"Use the following command in the operational mode:
show chassis hardware"
Display status information of pic-slot 0 fpc-slot 1 in the EX3300 switch chassis,show chassis pic pic-slot <pic-slot-num> fpc-slot <fpc-slot-number>,"Use the following command in the operational mode:
show chassis pic pic-slot 0 fpc-slot 1"
How to get status information about the PIC installed in the specified Flexible PIC Concentrator and PIC slot,show chassis pic pic-slot <pic-slot-num> fpc-slot <fpc-slot-number>,"Use the following command in the operational mode:
show chassis pic pic-slot <pic-slot-num> fpc-slot <fpc-slot-number>"
display the installed X509 certificates,show system certificate,"Use the following command in the operational mode:
show system certificate"
show the installed certificates signed by the Juniper Networks certificate authority,show system certificate,"Use the following command in the operational mode:
show system certificate"
show protocols statistics,show system statistics,"Use the following command in the operational mode:
show system statistics"
Display protocols statistics,show system statistics,"Use the following command in the operational mode:
show system statistics"
show ARP protocol statistics,show system statistics arp,"Use the following command in the operational mode:
show system statistics arp"
Display ARP statistics,show system statistics arp,"Use the following command in the operational mode:
show system statistics arp"
show IEEE 802.1 Bridging protocol statistics,show system statistics bridge,"Use the following command in the operational mode:
show system statistics bridge"
display IEEE 802.1 protocol statistics,show system statistics bridge,"Use the following command in the operational mode:
show system statistics bridge"
Enable DHCP snooping on all VLANs,set ethernet-switching-options secure-access-port vlan all examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan all examine-dhcp
commit"
how to enable DHCP snooping for all VLANs,set ethernet-switching-options secure-access-port vlan all examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan all examine-dhcp
commit"
Disable DHCP snooping on all VLANs,delete ethernet-switching-options secure-access-port vlan all examine-dhcp,"Use the following commadn in the configuration mode:
delete ethernet-switching-options secure-access-port vlan all examine-dhcp
commit"
Enable DHCP snooping on the vlan with the ID 10,set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan 10 examine-dhcp
commit"
delete DHCP snooping on VLAN with the ID 30,delete ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp,"Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan 30 examine-dhcp
commit"
How to enable DHCP snooping on a VLAN ,set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp
commit"
How to disable DHCP snooping on a VLAN ,delete ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp,"Use the following command in the configuration mode:
delete ethernet-switching-options secure-access-port vlan <vlan-name-or-id> examine-dhcp
commit"
Display the candidate configuration in the set format,show | display set,"Use the following command in the configuration mode:
show | display set"
Display system configuration in the set format from the operational mode,show configuration | display set,"Use the following command in the operational mode:
show configuration | display set"
Display the virtual chassis configurations,show configuration virtual-chassis,"Use the following command in the operational mode:
show configuration virtual-chassis"
Display the virtual chassis configurations in set format from the operational mode,show configuration virtual-chassis | display set,"Use the following command in the operational mode:
show configuration virtual-chassis | display set"
Enable all traceoptions for virtual chassis,set virtual-chassis traceoptions flag all,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag all
commit"
Disable all traceoptions for virtual chassis,set virtual-chassis traceoptions flag all,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag all disable
commit"
trace virtual chassis ports auto configuration,set virtual-chassis traceoptions flag auto-configuration,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag auto-configuration
commit"
Disable the virtual chassis ports auto configuration traceoption,set virtual-chassis traceoptions flag auto-configuration disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag auto-configuration disable
commit"
Trace the virtual chassis complete sequence number (CSN) packets,set virtual-chassis traceoptions flag csn,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag csn
commit"
Disable the virtual chassis complete sequence number (csn) packets traceoption,set virtual-chassis traceoptions flag csn disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag csn disable
commit"
Trace the virtual chassis dcp infrastructure configuration state ,set virtual-chassis traceoptions flag dcp-dev-state,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag dcp-dev-state
commit"
Disable the virtual chassis dcp infrastructure configuration state traceoption,set virtual-chassis traceoptions flag dcp-dev-state disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag dcp-dev-state disable
commit"
Trace the virtual chassis dcp infrastructure configuration ,set virtual-chassis traceoptions flag dcp-infra,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag dcp-infra
commit"
Disable the virtual chassis dcp infrastructure configuration traceoption,set virtual-chassis traceoptions flag dcp-infra disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag dcp-infra disable
commit"
Trace virtual chassis errors ,set virtual-chassis traceoptions flag error,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag error
commit"
Disable virtual chassis errors traceoption,set virtual-chassis traceoptions error disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag error disable
commit"
Trace virtual chassis graceful restart events,set virtual-chassis traceoptions flag graceful-restart,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag graceful-restart
commit"
Disable virtual chassis graceful restart events traceoption,set virtual-chassis traceoptions graceful-restart disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag graceful-restart disable
commit"
Trace virtual chassis hello packets,set virtual-chassis traceoptions flag hello,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag hello
commit"
Disable virtual chassis hello packets traceoption,set virtual-chassis traceoptions hello disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag hello disable
commit"
Trace virtual chassis kernel events,set virtual-chassis traceoptions flag krt,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag krt
commit"
Disable virtual chassis kernel events traceoption,set virtual-chassis traceoptions krt disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag krt disable
commit"
Trace virtual chassis link-state packets,set virtual-chassis traceoptions flag lsp,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag lsp
commit"
Disable virtual chassis link-state packets traceoption,set virtual-chassis traceoptions lsp disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag lsp disable
commit"
Trace virtual chassis LSP generation,set virtual-chassis traceoptions flag lsp-generation ,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag lsp-generation
commit"
Disable virtual chassis LSP generation traceoption,set virtual-chassis traceoptions lsp-generation disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag lsp-generation disable
commit"
Trace virtual chassis master election events,set virtual-chassis traceoptions flag me,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag me
commit"
Disable virtual chassis master election events traceoption,set virtual-chassis traceoptions me disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag me disable
commit"
Trace virtual chassis normal events,set virtual-chassis traceoptions flag normal,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag normal
commit"
Disable virtual chassis normal events traceoption,set virtual-chassis traceoptions normal disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag normal disable
commit"
Trace virtual chassis packets,set virtual-chassis traceoptions flag packets,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag packets
commit"
Disable virtual chassis packets traceoption,set virtual-chassis traceoptions packets disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag packets disable
commit"
Trace virtual chassis configuration parsing,set virtual-chassis traceoptions flag parse,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag parse
commit"
Disable virtual chassis configuration parsing traceoption,set virtual-chassis traceoptions parse disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag parse disable
commit"
Trace virtual chassis partial sequence number (PSN) packets,set virtual-chassis traceoptions flag psn,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag psn
commit"
Disable virtual chassis partial sequence number (PSN) packets traceoption,set virtual-chassis traceoptions psn disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag psn disable
commit"
Trace virtual chassis routing information,set virtual-chassis traceoptions flag route,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag route
commit"
Disable virtual chassis routing information traceoption,set virtual-chassis traceoptions route disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag route disable
commit"
Trace virtual chassis SPF events,set virtual-chassis traceoptions flag spf,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag spf
commit"
Disable virtual chassis SPF events traceoption,set virtual-chassis traceoptions spf disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag spf disable
commit"
Trace virtual chassis state transitions,set virtual-chassis traceoptions flag state,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag state
commit"
Disable virtual chassis state transitions traceoption,set virtual-chassis traceoptions state disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag state disable
commit"
Trace virtual chassis task processing,set virtual-chassis traceoptions flag task,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag task
commit"
Disable virtual chassis task processing traceoption,set virtual-chassis traceoptions task disable,"Use the following command in the configuration mode:
set virtual-chassis traceoptions flag task disable
commit"
set the virtual chassis mac persistent timer to 15 min,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer 15
commit"
how to set the virtual chassis mac persistent timer,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer <interval>
commit"
set the virtual chassis mac persistent timer to 20 min,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer 20
commit"
allow the virtual chassis to retain MAC address when member leaves virtual chassis for 15 min,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer 15
commit"
allow the virtual chassis to keep the MAC address for 15 min when member leaves virtual chassis,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer 15
commit"
how to allow the virtual chassis to keep using the MAC address after the primary member leaves virtual chassis,set virtual-chassis mac-persistence-timer <interval>,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer <interval>
commit"
disable the virtual chassis mac persistent timer,set virtual-chassis mac-persistence-timer disable,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer disable
commit"
prevent the virtual chassis from using the MAC address of the primary member after it leaves virtual chassis,set virtual-chassis mac-persistence-timer disable,"Use the following command in the configuration mode:
set virtual-chassis mac-persistence-timer disable
commit"
set the virtual chassis auto software update using the jinstall-ex-3300-12.3R6-S6-domestic-signed.tgz package,set virtual-chassis auto-sw-update package-name <package-name>,"Use the following command in the configuration mode:
set virtual-chassis auto-sw-update package-name /var/tmp/jinstall-ex-3300-12.3R6-S6-domestic-signed.tgz
commit"
set the virtual chassis auto software update using the jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz package,set virtual-chassis auto-sw-update package-name <package-name>,"Use the following command in the configuration mode:
set virtual-chassis auto-sw-update package-name /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz
commit"
how to set the virtual chassis automatic software update ,set virtual-chassis auto-sw-update package-name <package-name>,"Use the following command in the configuration mode:
set virtual-chassis auto-sw-update package-name <package-name>
commit"
Enable HTTPS web management using self generated certificates,"set system services web-management https system-generated-certificate
commit","Use the following command in the configuration mode:
set system services web-management https system-generated-certificate
commit"
How to enable HTTPS web management using self generated certificates,"set system services web-management https system-generated-certificate
commit","Use the following command in the configuration mode:
set system services web-management https system-generated-certificate
commit"
Allow HTTPS web management using self generated certificates,"set system services web-management https system-generated-certificate
commit","Use the following commands in the configuration mode:
set system services web-management https system-generated-certificate
commit"
set the HTTPS web management using self generated certificates,"set system services web-management https system-generated-certificate
commit","Use the following commands in the configuration mode:
set system services web-management https system-generated-certificate
commit"
Allow NETCONF connections over SSH,set system services netconf ssh,"Use the following commands in the configuration mode:
set system services netconf ssh
commit"
Enable NETCONF connections using SSH,set system services netconf ssh,"Use the following commands in the configuration mode:
set system services netconf ssh
commit"
set the authentication order to TACACS+ then Radius then password,set system authentication-order [ordered-authentication-methods],"Use the following commands in the configuration mode:
set system authentication-order [tacplus radius password ]
commit"
"set the authentication order on Juniper EX3300 to Radius, TACACS+, then password",set system authentication-order [ordered-authentication-methods],"Use the following commands in the configuration mode:
set system authentication-order [radius tacplus password ]
commit"
how to set the authentication methods order on Juniper EX3300,set system authentication-order [ordered-authentication-methods],"Use the following commands in the configuration mode:
set system authentication-order [ordered-authentication-methods]
commit"
Enable auto-snapshot when the switch boots from alternate slice,set system auto-snapshot,"Use the following commands in the configuration mode:
set system auto-snapshot
commit"
Enable the automatic snapshot feature,set system auto-snapshot,"Use the following commands in the configuration mode:
set system auto-snapshot
commit"
set the device to automatically fix a corrupt Junos OS file in the primary root partition,set system auto-snapshot,"Use the following commands in the configuration mode:
set system auto-snapshot
commit"
Set the location of the switch to HR 2nd floor,set system location building <building-name> floor <floor-name>,"Use the following commands in the configuration mode:
set system location building 'HR' floor '2'
commit"
Set the location of the switch to FIN building 3nd floor,set system location building <building-name> floor <floor-name>,"Use the following commands in the configuration mode:
set system location building 'FIN' floor '3'
commit"
How to set the location of the switch to specific builing and floor,set system location building <building-name> floor <floor-name>,"Use the following commands in the configuration mode:
set system location building <building-name> floor <floor-name>
commit"
Display information about users who have logged in to the switch,show log user,"Use the following command in the operational mode:
show log user"
Show the log of the users who have logged in to the switch,show log user,"Use the following command in the operational mode:
show log user"
who logged in to the switch,show log user,"Use the following command in the operational mode:
show log user"
show the logging information of user alaa,show log user <user-name>,"Use the following command in the operational mode:
show log user alaa"
how to check the logging information of a user,show log user <user-name>,"Use the following command in the operational mode:
show log user <user-name>"
display the content of the log file named messages,show log messages,"Use the following command in the operational mode:
show log messages"
show the messages log file,show log messages,"Use the following command in the operational mode:
show log messages"
How to see the secure access port configurations in the operational mode,show configuration ethernet-switching-options secure-access-port,"Use the following command in the operational mode:
show configuration ethernet-switching-options secure-access-port"
show the secure access port configurations in the set format,show configuration ethernet-switching-options secure-access-port | display set,"Use the following command in the operational mode:
show configuration ethernet-switching-options secure-access-port | display set"
show the secure access port configurations in the set format,show ethernet-switching-options secure-access-port | display set,"Use the following command in the configuration mode:
show ethernet-switching-options secure-access-port | display set"
ping the following IP address 10.0.3.1,ping <address>,"Use the following command in the operational mode:
ping 10.0.3.1"
how to ping an IP address from the CLI,ping <address>,"Use the following command in the operational mode:
ping <address>"
how to ping an IP address from the configuration mode,run ping <address>,"Use the following command in the operational mode:
run ping <address>"
ping the IP 192.168.1.1,ping <address>,"Use the following command in the operational mode:
ping 192.168.1.1"
ping the following IP address 10.0.5.1,ping <address>,"Use the following command in the configuration mode:
run ping 10.0.5.1"
How to start the shell from the operational mode,start shell,"Use the following command in the operational mode:
start shell"
How to start the shell as the user root,start shell user <user-name>,"Use the following command in the operational mode:
start shell user root"
How to start the shell as the user sam,start shell user <user-name>,"Use the following command in the operational mode:
start shell user sam"
How to start the shell as a specific user,start shell user <user-name>,"Use the following command in the operational mode:
start shell user <user-name>"
How to start the C shell from the operational mode,start shell csh,"Use the following command in the operational mode:
start shell csh"
How to start the Bourne shell from the operational mode,start shell sh,"Use the following command in the operational mode:
start shell sh"
How to run operational mode commands from the configuration mode,run <operational-mode-command>,"Use the following command from the configuration mode:
run <operational-mode-command>"
Display Routing Engine status,show chassis routing-engine,"Use the following command in the operational mode:
show chassis routing-engine"
"how to check the component status, temperature, and cooling system speeds of the Switch",show chassis environment,"Use the following command in the operational mode:
show chassis environment"
Display environmental information about the switch chassis,show chassis environment,"Use the following command in the operational mode:
show chassis environment"
Show all members' chassis pic-mode,show chassis pic-mode all-members,"Use the following command in the operatonal mode:
show chassis pic-mode all-members"
Display the PIC mode for all members of the Virtual Chassis configuration,show chassis pic-mode all-members,"Use the following command in the operatonal mode:
show chassis pic-mode all-members"
Show member 0 chassis pic-mode,show chassis pic-mode member <member-id>,"Use the following command in the operatonal mode:
show chassis pic-mode member 0"
Display the PIC mode of member 1 of the Virtual Chassis configuration,show chassis pic-mode member <member-id>,"Use the following command in the operatonal mode:
show chassis pic-mode member 1"
How to display the PIC mode of a specific member of the Virtual Chassis configuration,show chassis pic-mode member <member-id>,"Use the following command in the operatonal mode:
show chassis pic-mode member <member-id>"
Show installed hardware components,show chassis hardware,"Use the following command in the operatonal mode:
show chassis hardware"
List the hardware version level and serial numbe of all FPCs and PICs installed in the switch chassis,show chassis hardware,"Use the following command in the operatonal mode:
show chassis hardware"
Show nonstop upgrade status of the linecard members,show chassis nonstop-upgrade,"Use the following command in the operational mode:
show chassis nonstop-upgrade"
Display the status of the Virtual Chassis members in the linecard role after the last nonstop software upgrade,show chassis nonstop-upgrade,"Use the following command in the operational mode:
show chassis nonstop-upgrade"
Display the status of the Virtual Chassis members in the linecard role after the last NSSU,show chassis nonstop-upgrade,"Use the following command in the operational mode:
show chassis nonstop-upgrade"
Show the redundant power system information,show chassis redundant-power-system,"Use the following command in the operatonal mode:
show chassis redundant-power-system"
Display informaion of the RPS connected to the switch,show chassis redundant-power-system,"Use the following command in the operatonal mode:
show chassis redundant-power-system"
Show the Redundant Power System (RBS) information,show chassis redundant-power-system,"Use the following command in the operatonal mode:
show chassis redundant-power-system"
Show LCD display content,show chassis lcd,"Use the following command in the operatonal mode:
show chassis lcd"
Display the information that appears on the LCD panel,show chassis lcd,"Use the following command in the operatonal mode:
show chassis lcd"
Show LCD active menu items,show chassis lcd menu,"Use the following command in the operatonal mode:
show chassis lcd menu"
Show LCD display for FPC slot number 1,show chassis lcd fpc-slot <fpc-slot-number>,"Use the following command in the operatonal mode:
show chassis lcd fpc-slot 1"
Show LCD display for FPC slot number 0,show chassis lcd fpc-slot <fpc-slot-number>,"Use the following command in the operatonal mode:
show chassis lcd fpc-slot 0"
Display the information that appears on the LCD panel for the FPC slot 0 ,show chassis lcd fpc-slot <fpc-slot-number>,"Use the following command in the operatonal mode:
show chassis lcd fpc-slot 0"
how to Show the LCD display for specific FPC slot number,show chassis lcd fpc-slot <fpc-slot-number>,"Use the following command in the operatonal mode:
show chassis lcd fpc-slot <fpc-slot-number>"
Display lcd menu options local virtual chassis member, show chassis lcd menu local,"Use the following command in the operatonal mode:
show chassis lcd menu local"
Display lcd menu options all virtual chassis members,show chassis lcd menu all-members,"Use the following command in the operatonal mode:
show chassis lcd menu all-members"
Show LED status,show chassis led," Use the following command in the operatonal mode:
show chassis led"
How to display the LED status,show chassis led,"Use the following command in the operatonal mode:
show chassis led"
Display the status and colors of the chassis LEDs on the front panel of the switch,show chassis led,"Use the following command in the operatonal mode:
show chassis led"
Remove all configuration information on the Routing Engines and reset all key values on the device on the switch,request system zeroize,"Use the following command in the operatonal mode:
request system zeroize"
"Erase all data on the switch, including configuration and log files",request system zeroize,"Use the following command in the operatonal mode:
request system zeroize"
remove all data files and user-created files and sets the switch to the factory default configuration,request system zeroize,"Use the following command in the operatonal mode:
request system zeroize"
load the factory default configuration,load factory-default,"Use the following command in the configuration mode:
load factory-default
commit"
Override existing configuration with factory default,load factory-default,"Use the following command in the configuration mode:
load factory-default
commit"
Restore the default factory configuration,load factory-default,"Use the following command in the configuration mode:
load factory-default
commit"
show all the configuration set for interface ge-0/0/3,show | display set | match <interface-name>,"Use the following command from the configuration mode:
show | display set | match ge-0/0/3"
show all the configuration set for interface ge-0/0/13,show | display set | match <interface-name>,"Use the following command from the configuration mode:
show | display set | match ge-0/0/13"
show all the configuration set for interface ge-1/0/23 from the operational mode,show configuration interfaces <interface-name>,"Use the following command in the operatonal mode:
show configuration interfaces ge-1/0/23"
How to show the configuration set for a specific interface,show configuration interfaces <interface-name>,"Use the following command in the operatonal mode:
show configuration interfaces <interface-name>"
How to show all the configuration set for a specific interface,show | display set | match <interface-name>,"Use the following command from the configuration mode:
show | display set | match <interface-name>"
Halt the system,request system halt,"Use the following command in the operatonal mode:
request system halt"
How to halt the EX3300 switch,request system halt,"Use the following command in the operatonal mode:
request system halt"
stop the switch software immediately,request system halt,"Use the following command in the operatonal mode:
request system halt"
Reboot the switch,request system reboot,"Use the following command in the operatonal mode:
request system reboot"
reboot the device software,request system reboot,"Use the following command in the operatonal mode:
request system reboot"
Reboot all virtual chassis members,request system reboot all-members ,"Use the following command in the operatonal mode:
request system reboot all-members "
upgrade the switch using the package /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz,request system software add <package-name>,"Use the following command in the operatonal mode:
request system software add /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz"
Install the following package /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz on the EX3300 switch,request system software add <package-name>,"Use the following command in the operatonal mode:
request system software add /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz"
Update the switch software image using /var/tmp/jinstall-ex-3300-12.3R6-S6-domestic-signed.tgz,request system software add <package-name>,"Use the following command in the operatonal mode:
request system software add /var/tmp/jinstall-ex-3300-12.3R12-S12-domestic-signed.tgz"
How to upgrade the software image of the switch,request system software add <package-name>,"Use the following command in the operatonal mode:
request system software add <package-name>"
Forcibly end the user alaa CLI login session,request system logout user <user-name>,"Use the following command in the operatonal mode:
request system logout user alaa"
End the user ali CLI login session,request system logout user <user-name>,"Use the following command in the operatonal mode:
request system logout user ali"
Log out all sessions owned by user sami,request system logout user <user-name> all,"Use the following command in the operatonal mode:
request system logout user sami all"
Log out all sessions owned by user ahmad,request system logout user <user-name> all,"Use the following command in the operatonal mode:
request system logout user ahmad all"
dipslay the users who are currently logged in to the switch,show system users,"Use the following command in the operatonal mode:
show system users"
Show users who are currently logged in,show system users,"Use the following command in the operatonal mode:
show system users"
who are the users currently logged in,show system users,"Use the following command in the operatonal mode:
show system users"
how to check who is currently logged in to the switch,show system users,"Use the following command in the operatonal mode:
show system users"
display the usernames locked after unsuccessful login attempts,show system login lockout,"Use the following command in the operatonal mode:
show system login lockout"
Show user accounts who are not permitted to login,show system login lockout,"Use the following command in the operatonal mode:
show system login lockout"
Show locked user accounts due to unsuccessful login attempts ,show system login lockout,"Use the following command in the operatonal mode:
show system login lockout"
which users are currently locked out,show system login lockout,"Use the following command in the operatonal mode:
show system login lockout"
Clear login locks on all user acounts,clear system login lockout all,"Use the following command in the operatonal mode:
clear system login lockout all"
permit lockedout users to login,clear system login lockout all,"Use the following command in the operatonal mode:
clear system login lockout all"
clear login locks on user test,clear system login lockout user <user-name>,"Use the following command in the operatonal mode:
clear system login lockout user test"
clear login locks on user mohammed,clear system login lockout user <user-name>,"Use the following command in the operatonal mode:
clear system login lockout user mohammed"
Display the usage of Junos OS kernel memory,show system virtual-memory,"Use the following command in the operational mode:
show system virtual-memory"
Display kernel dynamic memory usage information for the local Virtual Chassis member,show system virtual-memory local,"Use the following command in the operational mode:
show system virtual-memory local"
Show time since system and processes started,show system uptime,"Use the following command in the operational mode:
show system uptime"
"Display the current time and information about how long the switch, switch software, and routing protocols have been running.",show system uptime,"Use the following command in the operational mode:
show system uptime"
"Display information about how long the switch, switch software, and routing protocols have been running.",show system uptime,"Use the following command in the operational mode:
show system uptime"
how to find when the system booted,show system uptime,"Use the following command in the operational mode:
show system uptime"
display automatic snapshot status information.,show system auto-snapshot,"Use the following command in the operational mode:
show system auto-snapshot"
show auto-snapshot status information,show system auto-snapshot,"Use the following command in the operational mode:
show system auto-snapshot"
display initial messages generated by the system kernel upon startup.,show system boot-messages,"Use the following command in the operational mode:
show system boot-messages"
Show boot time messages.,show system boot-messages,"Use the following command in the operational mode:
show system boot-messages"
Show messages displayed during the booting,show system boot-messages,"Use the following command in the operational mode:
show system boot-messages"
Configure the commit command to automatically perform a commit synchronize action between dual Routing Engines within the same chassis,set system commit synchronize,"Use the following command in the configuration mode:
set system commit synchronize
commit"
Allow synchronization between routing engines on the same chassis on commit,set system commit synchronize,"Use the following command in the configuration mode:
set system commit synchronize
commit"
Enable routing engines synchronization on the virtual chassis on commit,set system commit synchronize,"Use the following command in the configuration mode:
set system commit synchronize
commit"
Synchronize commit on both Routing Engines,commit synchronize,"Use the following command in the configuration mode:
commit synchronize"
commit the configuration changes to both routing engines,commit synchronize,"Use the following command in the configuration mode:
commit synchronize"
Delete login information of user mohammed,delete system login user <user-name>,"Use the following command in the configuration mode:
delete system login user mohammed
commit"
How to delete login information of a specific user,delete system login user <user-name>,"Use the following command in the configuration mode:
delete system login user <user-name>
commit"
delete user ahmad account,delete system login user <user-name>,"Use the following command in the configuration mode:
delete system login user ahmad
commit"
"set system login message to ""AUTHERIZED PERSONNEL ONLY CAN ACCESS THE SYSTEM, IF YOU ARE NOT AUTHERIZED PLEASE DISCCONECT IMMEDIALTY""","set system login message <""login-message"">","Use the following command in the configuration mode:
set system login message ""AUTHERIZED PERSONNEL ONLY CAN ACCESS THE SYSTEM, IF YOU ARE NOT AUTHERISED PLEASE DISCCONECT IMMEDIALTY""
commit"
set system login message to RESTRICTED ACCESS,"set system login message <""login-message"">","Use the following command in the configuration mode:
set system login message ""RESTRICTED ACCESS""
commit"
how to set the system login messages,"set system login message <""login-message"">","Use the following command in the configuration mode:
set system login message <""login-message"">
commit"
delete system login message,delete system login message,"Use the following command in the configuration mode:
delete system login message
commit"
remove the system login message,delete system login message,"Use the following command in the configuration mode:
delete system login message
commit"
make the interface range DIV-RANGE member of vlan DATA ,set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>,"Use the following command in the configuration mode:
set interfaces interface-range DIV-RANGE unit 0 family ethernet-switching vlan members DATA
commit"
how to make an interface range a member of a vlan,set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>,"Use the following command in the configuration mode:
set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>
commit"
how to assign an interface range to a specific vlan,set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>,"Use the following command in the configuration mode:
set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>
commit"
Assign the interface range WIRELESS-RANGE member of vlan 150 ,set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching vlan members <valn-name-or-id>,"Use the following command in the configuration mode:
set interfaces interface-range WIRELESS-RANGE unit 0 family ethernet-switching vlan members 150
commit"
Define an interface range named DATA-RANGE that consists of the interfaces ge-0/0/0 to ge-0/0/25,set interfaces interface-range <range-name> member-range <interface-name> to <interface-name>,"Use the following command in the configuration mode:
set interfaces interface-range DATA-RANGE member-range ge-0/0/0 to ge-0/0/25
commit"
how to create an interface range,set interfaces interface-range <range-name> member-range <interface-name> to <interface-name>,"Use the following command in the configuration mode:
set interfaces interface-range <range-name> member-range <interface-name> to <interface-name>
commit"
Define an interface range named FIN-RANGE that consists of the following interfaces ge-0/0/0 to ge-0/0/15 and ge-1/0/1,set interfaces interface-range <range-name> member-range <interface-name> to <interface-name>,"Use the following command in the configuration mode:
set interfaces interface-range FIN-RANGE member-range ge-0/0/0 to ge-0/0/15
set interfaces interface-range FIN-RANGE member ge-1/0/1
commit"
Define an interface range named DATA-RANGE that consists of the following interfaces ge-0/0/0 to ge-0/0/25 and set the port mode of the range to access,"set interfaces interface-range <range-name> member-range <interface-name> to <interface-name>
set interfaces interface-range <range-name> unit <unit-number> family ethernet-switching port-mode access","Use the following command in the configuration mode:
set interfaces interface-range DATA-RANGE member-range ge-0/0/0 to ge-0/0/25
set interfaces interface-range DATA-RANGE unit 0 family ethernet-switching port-mode access
commit"
Delete the interface range named DATA-RANGE,delete interfaces interface-range <range-name>,"Use the following command in the configuration mode:
delete interfaces interface-range DATA-RANGE
commit"
how to delete an interface range,delete interfaces interface-range <range-name>,"Use the following command in the configuration mode:
delete interfaces interface-range <range-name>
commit"
Delete the interface range named CAM-RANGE,delete interfaces interface-range <range-name>,"Use the following command in the configuration mode:
delete interfaces interface-range CAM-RANGE
commit"
Disable DHCP snooping on CAM vlan ,set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> no-examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan CAM no-examine-dhcp
commit"
how to disable DHCP snooping on a vlan ,set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> no-examine-dhcp,"Use the following command in the configuration mode:
set ethernet-switching-options secure-access-port vlan <vlan-name-or-id> no-examine-dhcp
commit"
Configure storm control on all interfaces,set ethernet-switching-options storm-control interface all,"Use the following command in the configuration mode:
set ethernet-switching-options storm-control interface all
commit"
set the storm-control bandwidth of interface xe-0/0/2 to 5000000,set ethernet-switching-options storm-control interface <interface-name> bandwidth <storm-control-bandwidth>,"Use the following command in the configuration mode:
set ethernet-switching-options storm-control interface xe-0/0/2 bandwidth 5000000
commit"
how to set the storm-control bandwidth of an interface,set ethernet-switching-options storm-control interface <interface-name> bandwidth <storm-control-bandwidth>,"Use the following command in the configuration mode:
set ethernet-switching-options storm-control interface <interface-name> bandwidth <storm-control-bandwidth>
commit"
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"
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"
Disable SNMP duplicates filter,delete snmp filter-duplicates,"Use the following command in the configuration mode:
delete snmp filter-duplicates
commit"
enable SNMP routing protocol notifications trap category for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories routing,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories routing
commit"
set the SNMP routing protocol notifications trap for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories routing,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories routing
commit"
delete the SNMP routing protocol notifications trap for the trap-group MONITOR-GROUP,delete snmp trap-group <trap-group-name> categories routing,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP categories routing
commit"
set the SNMP services notifications trap for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories services ,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories services
commit"
Enable SNMP services notifications trap for the trap-group MONITOR-GROUP-v2,set snmp trap-group <trap-group-name> categories services ,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP-v2 categories services
commit"
Disable SNMP services notifications trap for the trap-group MONITOR-GROUP-v2,delete snmp trap-group <trap-group-name> categories services ,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP-v2 categories services
commit"
set the SNMP system warm and cold starts notifications for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories startup,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories startup
commit"
Enable the SNMP system warm and cold starts trap for the trap-group MONITOR-GROUP-1,set snmp trap-group <trap-group-name> categories startup,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP-1 categories startup
commit"
delete the SNMP system warm and cold starts trap for the trap-group MONITOR-GROUP-1,delete snmp trap-group <trap-group-name> categories startup,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP-1 categories startup
commit"
disable the SNMP system warm and cold starts trap for the trap-group MONITOR-GROUP-1,delete snmp trap-group <trap-group-name> categories startup,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP-1 categories startup
commit"
set the SNMP VRRP notifications for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories vrrp-events,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories vrrp-events
commit"
Enable the SNMP VRRP event trap for the trap-group MONITOR-GROUP,set snmp trap-group <trap-group-name> categories vrrp-events,"Use the following command in the configuration mode:
set snmp trap-group MONITOR-GROUP categories vrrp-events
commit"
delete the SNMP VRRP notifications for the trap-group MONITOR-GROUP,delete snmp trap-group <trap-group-name> categories vrrp-events,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP categories vrrp-events
commit"
disable the SNMP VRRP notifications for the trap-group MONITOR-GROUP-L1,delete snmp trap-group <trap-group-name> categories vrrp-events,"Use the following command in the configuration mode:
delete snmp trap-group MONITOR-GROUP-L1 categories vrrp-events
commit"
set the SNMP trap group v2-group target address to 10.0.1.0,set snmp trap-group <trap-group-name> targets <target-ip-address>,"Use the following command in the configuration mode:
set snmp trap-group v2-group targets 10.0.1.0
commit"
set the SNMP trap group snmp-group-1 target address to 192.168.0.4,set snmp trap-group <trap-group-name> targets <target-ip-address>,"Use the following command in the configuration mode:
set snmp trap-group snmp-group-1 targets 192.168.0.4
commit"
delete the SNMP trap group snmp-group-1 target address of 192.168.0.4,delete snmp trap-group <trap-group-name> targets <target-ip-address>,"Use the following command in the configuration mode:
delete snmp trap-group snmp-group-1 targets 192.168.0.4
commit"
remove the SNMP trap group snmp-group-1 target address 192.168.155.4,delete snmp trap-group <trap-group-name> targets <target-ip-address>,"Use the following command in the configuration mode:
delete snmp trap-group snmp-group-1 targets 192.168.155.4
commit"
"set the SNMP contact to ""Support: 098 871 212""",set snmp contact <contact-info>,"Use the following command in the configuration mode:
set snmp contact ""Support: 098 871 212""
commit"
How to set the SNMP contact information,set snmp contact <contact-info>,"Use the following command in the configuration mode:
set snmp contact <contact-info>
commit"
compare the candidate configuration to rollback 5,show | compare rollback <rollback-number>,"Use the following command in the configuration mode:
show | compare rollback 5"
compare the candidate configuration to the active configuration,show | compare rollback <rollback-number>,"Use the following command in the configuration mode:
show | compare rollback 0"
Compare configuration changes with rollback 7,show | compare rollback <rollback-number>,"Use the following command in the configuration mode:
show | compare rollback 7"
show the difference between the current configuration and rollback 20,show | compare rollback <rollback-number>,"Use the following command in the configuration mode:
show | compare rollback 20"
show the difference between the current configuration and rollback 2 and rollback 3,show | compare rollback <rollback-number>| compare rollback <rollback-number>,"Use the following command in the configuration mode:
show | compare rollback 2 | compare rollback 3"
show the configuration in the XML format,show configuration | display xml,"Use the following command in the operational mode:
show configuration | display xml"
show the configuration in the XML format, show | display xml,"Use the following command in the configuration mode:
show | display xml"
enable IGMP snooping on all VLANs,set protocols igmp-snooping vlan all,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan all
commit"
enable IGMP snooping on VLAN DATA,set protocols igmp-snooping vlan <vlan-name>,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan DATA
commit"
how to enable IGMP snooping on a VLAN,set protocols igmp-snooping vlan <vlan-name>,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan <vlan-name>
commit"
disable IGMP snooping on all VLANs,set protocols igmp-snooping vlan all disable,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan all disable
commit"
disable IGMP snooping on VLAN TEST ,set protocols igmp-snooping vlan <vlan-name> disable,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan TEST disable
commit"
how to disable IGMP snooping on a VLAN,set protocols igmp-snooping vlan <vlan-name> disable,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan <vlan-name> disable
commit"
configure the switch to immediately remove group memberships from interfaces on VLAN employee when it receives IGMP leave message ,set igmp-snooping vlan <vlan-name> immediate-leave,"Use the following command in the configuration mode:
set igmp-snooping vlan employee immediate-leave
commit"
set the IGMP snooping immediate leave on VLAN HR,set igmp-snooping vlan <vlan-name> immediate-leave,"Use the following command in the configuration mode:
set igmp-snooping vlan HR immediate-leave
commit"
how to set the IGMP snooping immediate leave on a VLAN,set igmp-snooping vlan <vlan-name> immediate-leave,"Use the following command in the configuration mode:
set igmp-snooping vlan <vlan-name> immediate-leave
commit"
configure interface ge-0/0/0 as a part of IGMP snooping multicast group address 224.1.1.1,set protocols igmp-snooping vlan <vlan-name> interface <interface-name> static group <group-address>,"Use the following command in the configuration mode:
set protocols igmp-snooping vlan test interface ge-0/0/0 static group 224.1.1.1
commit"
Set IGMP snooping taceoptions to trace all events,set protocols igmp-snooping traceoptions flag all,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag all
commit"
disable all IGMP snooping taceoptions,set protocols igmp-snooping traceoptions flag all disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag all disable
commit"
Set IGMP snooping taceoptions to trace general events,set protocols igmp-snooping traceoptions flag general,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag general
commit"
disable IGMP snooping general events taceoptions,set protocols igmp-snooping traceoptions flag general disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag general disable
commit"
Set IGMP snooping taceoptions to trace communication over routing socket,set protocols igmp-snooping traceoptions flag krt,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag krt
commit"
disable IGMP snooping communication over routing socket taceoptions,set protocols igmp-snooping traceoptions flag krt disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag krt disable
commit"
Set IGMP snooping taceoptions to trace IGMPv2 leave group messages,set protocols igmp-snooping traceoptions flag leave,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag leave
commit"
disable IGMP v2 snooping leave group messages taceoption,set protocols igmp-snooping traceoptions flag leave disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag leave disable
commit"
Set IGMP snooping taceoptions to trace nexthop related events,set protocols igmp-snooping traceoptions flag nexthop ,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag nexthop
commit"
disable IGMP snooping nexthop related events taceoption,set protocols igmp-snooping traceoptions flag nexthop disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag nexthop disable
commit"
Set IGMP snooping taceoptions to trace normal events,set protocols igmp-snooping traceoptions flag normal,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag normal
commit"
disable IGMP snooping normal events taceoption,set protocols igmp-snooping traceoptions flag normal disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag normal disable
commit"
Set IGMP snooping taceoptions to trace all IGMP packets,set protocols igmp-snooping traceoptions flag packets,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag packets
commit"
disable all IGMP snooping packets taceoption,set protocols igmp-snooping traceoptions flag packets disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag packets disable
commit"
Set IGMP snooping taceoptions to trace policy processing,set protocols igmp-snooping traceoptions flag policy,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag policy
commit"
disable IGMP snooping policy processing taceoption,set protocols igmp-snooping traceoptions flag policy disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag policy disable
commit"
Set IGMP snooping taceoptions to trace IGMP membership query messages,set protocols igmp-snooping traceoptions flag query,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag query
commit"
disable IGMP snooping membership query messages taceoption,set protocols igmp-snooping traceoptions flag query disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag query disable
commit"
Set IGMP taceoptions to trace membership report messages,set protocols igmp-snooping traceoptions flag report,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag report
commit"
disable IGMP snooping membership report messages taceoption,set protocols igmp-snooping traceoptions flag report disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag report disable
commit"
Set IGMP snooping taceoptions to trace routing information,set protocols igmp-snooping traceoptions flag route,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag route
commit"
disable IGMP snooping routing information taceoption,set protocols igmp-snooping traceoptions flag route disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag route disable
commit"
Set IGMP snooping taceoptions to trace state transitions,set protocols igmp-snooping traceoptions flag state,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag state
commit"
disable IGMP snooping state transitions taceoption,set protocols igmp-snooping traceoptions flag state disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag state disable
commit"
Set IGMP snooping taceoptions to trace routing protocol task processing,set protocols igmp-snooping traceoptions flag task,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag task
commit"
disable IGMP snooping routing protocol task processing taceoption,set protocols igmp-snooping traceoptions flag task disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag task disable
commit"
Set IGMP snooping taceoptions to trace routing protocol timer processing,set protocols igmp-snooping traceoptions flag timer,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag timer
commit"
disable IGMP snooping routing protocol timer processing taceoption,set protocols igmp-snooping traceoptions flag timer disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag timer disable
commit"
Set IGMP snooping taceoptions to trace VLAN related events,set protocols igmp-snooping traceoptions flag vlan,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag vlan
commit"
disable IGMP snooping VLAN related events taceoption,set protocols igmp-snooping traceoptions flag vlan disable,"Use the following command in the configuration mode:
set protocols igmp-snooping traceoptions flag vlan disable
commit"
disable IGMP Protocol on interface ge-1/0/20,set protocols igmp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols igmp interface ge-1/0/20 disable
commit"
how to disable IGMP Protocol on an interface,set protocols igmp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols igmp interface <interface-name> disable
commit"
disable IGMP Protocol on interface ge-2/0/30,set protocols igmp interface <interface-name> disable,"Use the following command in the configuration mode:
set protocols igmp interface ge-2/0/30 disable
commit"
set the IGMP protocol query interval to 200,set protocols igmp query-interval <interval>,"Use the following command in the configuration mode:
set protocols igmp query-interval 200
commit"
how to configure the IGMP protocol query interval,set protocols igmp query-interval <interval>,"Use the following command in the configuration mode:
set protocols igmp query-interval <interval>
commit"
delete the IGMP protocol query interval,delete protocols igmp query-interval <interval>,"Use the following command in the configuration mode:
delete protocols igmp query-interval <interval>
commit"
set the IGMP protocol query interval to 300,set protocols igmp query-interval <interval>,"Use the following command in the configuration mode:
set protocols igmp query-interval 300
commit"
set the IGMP protocol maximum transmission rate to 600 ,set protocols igmp maximum-transmit-rate <maximum-transmit-rate>,"Use the following command in the configuration mode:
set protocols igmp maximum-transmit-rate 600
commit"
how to set the IGMP protocol maximum transmission rate,set protocols igmp maximum-transmit-rate <maximum-transmit-rate>,"Use the following command in the configuration mode:
set protocols igmp maximum-transmit-rate <maximum-transmit-rate>
commit"
set the IGMP protocol group query messages timer to 2 ,set protocols igmp query-last-member-interval <query-last-member-interval>,"Use the following command in the configuration mode:
set protocols igmp query-last-member-interval 2
commit"
how to set the IGMP protocol group query messages timer,set protocols igmp query-last-member-interval <query-last-member-interval>,"Use the following command in the configuration mode:
set protocols igmp query-last-member-interval <query-last-member-interval>
commit"
set the IGMP protocol to send group-specific query messages every 3 seconds,set protocols igmp query-last-member-interval <query-last-member-interval>,"Use the following command in the configuration mode:
set protocols igmp query-last-member-interval 3
commit"
set the IGMP protocol to to wait 20 seconds for a host query response,set protocols igmp query-response-interval <query-response-interval>,"Use the following command in the configuration mode:
set protocols igmp query-response-interval 20
commit"
how to configure the IGMP protocol host query response interval,set protocols igmp query-response-interval <query-response-interval>,"Use the following command in the configuration mode:
set protocols igmp query-response-interval <query-response-interval>
commit"
set the IGMP protocol to to wait 15 seconds for a host query response,set protocols igmp query-response-interval <query-response-interval>,"Use the following command in the configuration mode:
set protocols igmp query-response-interval 15
commit"
set the IGMP protocol expected packet loss on a subnet to 3,set protocols igmp robust-count <robust-count>,"Use the following command in the configuration mode:
set protocols igmp robust-count 3
commit"
set the IGMP protocol expected packet loss to 2,set protocols igmp robust-count <robust-count>,"Use the following command in the configuration mode:
set protocols igmp robust-count 2
commit"
set the IGMP protocol robus count to 4,set protocols igmp robust-count <robust-count>,"Use the following command in the configuration mode:
set protocols igmp robust-count 4
commit"
how to set the IGMP protocol robus count,set protocols igmp robust-count <robust-count>,"Use the following command in the configuration mode:
set protocols igmp robust-count <robust-count>
commit"
delete the IGMP protocol query-response-interval,delete protocols igmp query-response-interval,"Use the following command in the configuration mode:
delete protocols igmp query-response-interval
commit"
set the IGMP protocol traceoptions to trace all events,set protocols igmp traceoptions flag all,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag all
commit"
Disable all IGMP protocol traceoptions,set protocols igmp traceoptions flag all disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag all disable
commit"
set the IGMP protocol traceoptions to trace client notifications,set protocols igmp traceoptions flag client-notification,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag client-notification
commit"
Disable IGMP protocol client notification traceoptions,set protocols igmp traceoptions flag client-notification disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag client-notification disable
commit"
set the IGMP protocol traceoptions to trace general events,set protocols igmp traceoptions flag general,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag general
commit"
Disable IGMP protocol general events traceoptions,set protocols igmp traceoptions flag general disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag general disable
commit"
set the IGMP protocol traceoptions to trace group operations,set protocols igmp traceoptions flag group,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag group
commit"
Disable IGMP protocol group operations traceoptions,set protocols igmp traceoptions flag group disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag group disable
commit"
set the IGMP protocol traceoptions to trace host notifications,set protocols igmp traceoptions flag host-notification,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag host-notification
commit"
Disable IGMP protocol host notifications traceoptions,set protocols igmp traceoptions flag host-notification disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag host-notification disable
commit"
set the IGMPv2 protocol traceoptions to trace leave group messages,set protocols igmp traceoptions flag leave,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag leave
commit"
Disable IGMPv2 protocol leave group messages traceoptions,set protocols igmp traceoptions flag leave disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag leave disable
commit"
set the IGMP protocol traceoptions to trace mtrace packets,set protocols igmp traceoptions flag mtrace,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag mtrace
commit"
Disable IGMP protocol mtrace packets traceoptions,set protocols igmp traceoptions flag mtrace disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag mtrace disable
commit"
set the IGMP protocol traceoptions to trace normal events,set protocols igmp traceoptions flag normal,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag normal
commit"
Disable IGMP protocol normal events traceoptions,set protocols igmp traceoptions flag normal disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag normal disable
commit"
set the IGMP protocol traceoptions to trace all IGMP packets,set protocols igmp traceoptions flag packets,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag packets
commit"
Disable IGMP protocol all IGMP packets traceoptions,set protocols igmp traceoptions flag packets disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag packets disable
commit"
set the IGMP protocol traceoptions to trace policy processing,set protocols igmp traceoptions flag policy,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag policy
commit"
Disable IGMP protocol policy processing traceoptions,set protocols igmp traceoptions flag policy disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag policy disable
commit"
set the IGMP protocol traceoptions to trace membership query messages,set protocols igmp traceoptions flag query,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag query
commit"
Disable IGMP protocol membership query messages traceoptions,set protocols igmp traceoptions flag query disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag query disable
commit"
set the IGMP protocol traceoptions to trace membership report messages,set protocols igmp traceoptions flag report,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag report
commit"
Disable IGMP protocol membership report messages traceoptions,set protocols igmp traceoptions flag report disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag report disable
commit"
set the IGMP protocol traceoptions to trace routing information,set protocols igmp traceoptions flag route,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag route
commit"
Disable IGMP protocol routing information traceoptions,set protocols igmp traceoptions flag route disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag route disable
commit"
set the IGMP protocol traceoptions to trace state transitions,set protocols igmp traceoptions flag state,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag state
commit"
Disable IGMP protocol state transitions traceoptions,set protocols igmp traceoptions flag state disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag state disable
commit"
set the IGMP protocol traceoptions to trace routing protocol task processing,set protocols igmp traceoptions flag task,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag task
commit"
Disable IGMP protocol routing protocol task processing traceoptions,set protocols igmp traceoptions flag task disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag task disable
commit"
set the IGMP protocol traceoptions to trace routing protocol timer processing,set protocols igmp traceoptions flag timer,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag timer
commit"
Disable IGMP protocol routing protocol timer processing traceoptions,set protocols igmp traceoptions flag timer disable,"Use the following command in the configuration mode:
set protocols igmp traceoptions flag timer disable
commit"
show IGMP statistics,show igmp statistics,"Use the following command in the operational mode:
show igmp statistics"
show IGMP statistics of interface ge-2/0/1,show igmp statistics interface <interface-name>,"Use the following command in the operational mode:
show igmp statistics interface ge-2/0/1"
how to show IGMP statistics of an interface ,show igmp statistics interface <interface-name>,"Use the following command in the operational mode:
show igmp statistics interface <interface-name>"
Display igmp-snooping flows,show igmp-snooping flows,"Use the following command in the operational mode:
show igmp-snooping flows"
Display igmp-snooping membership,show igmp-snooping membership,"Use the following command in the operational mode:
show igmp-snooping memberships"
show igmp-snooping membership information,show igmp-snooping membership,"Use the following command in the operational mode:
show igmp-snooping memberships"
Show IGMP snooping routing information,show igmp-snooping route,"Use the following command in the operational mode:
show igmp-snooping route"
Display the IGMP snooping routing information,show igmp-snooping route,"Use the following command in the operational mode:
show igmp-snooping route"
Display the IGMP snooping statistics,show igmp-snooping statistics,"Use the following command in the operational mode:
show igmp-snooping statistics"
Show IGMP snooping task information,show igmp-snooping task,"Use the following command in the operational mode:
show igmp-snooping task"
Display IGMP snooping task information,show igmp-snooping task,"Use the following command in the operational mode:
show igmp-snooping task"
Display IGMP snooping task statistics,show igmp-snooping task statistics,"Use the following command in the operational mode:
show igmp-snooping task statistics"
show the IGMP snooping task statistics,show igmp-snooping task statistics,"Use the following command in the operational mode:
show igmp-snooping task statistics"
Show IGMP snooping task timers information,show igmp-snooping task timers,"Use the following command in the operational mode:
show igmp-snooping task timers"
Show memory utilization of IGMP snooping tasks,show igmp-snooping task memory,"Use the following command in the operational mode:
show igmp-snooping task memory"
show IGMP snooping VLAN information,show igmp-snooping vlans,"Use the following command in the operational mode:
show igmp-snooping vlans"
Display IGMP snooping VLAN information,show igmp-snooping vlans,"Use the following command in the operational mode:
show igmp-snooping vlans"
Display IGMP snooping VLAN information of vlan SCHOOL,show igmp-snooping vlans vlan <vlan-name>,"Use the following command in the operational mode:
show igmp-snooping vlans vlan SCHOOL"
Display IGMP snooping detailed flows information,show igmp-snooping flows detail,"Use the following command in the operational mode:
show igmp-snooping flows detail"
Show rollback 9 configurations,show system rollback <rollback-number>,"Use the following command in the operational mode:
show system rollback 9"
Show rollback number 8 configuration in the XML format,show system rollback <rollback-number>| display xml,"Use the following command in the operational mode:
sshow system rollback 8 | display xml"
compare the configuration in rollback 9 to the configuration in rollback 7,show system rollback <rollback-number> compare <rollback-number>,"Use the following command in the operational mode:
show system rollback 9 compare 7"
compare the configuration in rollback 7 to rollback 6,show system rollback <rollback-number> compare <rollback-number>,"Use the following command in the operational mode:
show system rollback 7 compare 6"
Show software process revision levels,show version,"Use the following command in the operational mode:
show version"
Show the software version of the switch,show version,"Use the following command in the operational mode:
show version"
how to get the software version of the switch,show version,"Use the following command in the operational mode:
show version"
how to get the software version of the switch,show version,"Use the following command in the operational mode:
show version"
Show any pending halt or reboot requests,show system reboot,"Use the following command in the operational mode:
show system reboot"
Show pending halt requests,show system reboot,"Use the following command in the operational mode:
show system reboot"
Show pending reboot requests,show system reboot,"Use the following command in the operational mode:
show system reboot"
check if there is any pending halt or reboot requests,show system reboot,"Use the following command in the operational mode:
show system reboot"
monitor interface ge-1/0/0 traffic,monitor interface <interface-name>,"Use the following command in the operational mode:
monitor interface ge-1/0/0"
Display real-time statistic for interface ge-1/0/1,monitor interface <interface-name>,"Use the following command in the operational mode:
monitor interface ge-1/0/1"
Display real-time statistic for interface ge-1/0/10,monitor interface <interface-name>,"Use the following command in the operational mode:
monitor interface ge-1/0/10"
set the IP address 10.200.9.11/24 for the interface vlan and unit 2009,set interfaces vlan unit <unit-number> family inet address <ip-address/subnetmask>,"Use the following command in the configuration mode:
set interfaces vlan unit 2009 family inet address 10.200.9.11/24
commit"
Assign the IP address 10.103.3.99/16 for the interface vlan and unit 1033,set interfaces vlan unit <unit-number> family inet address <ip-address/subnetmask>,"Use the following command in the configuration mode:
set interfaces vlan unit 1033 family inet address 10.103.3.99/16
commit"
Assign the IP address 10.104.3.99/16 to the vlan interface unit 1043,set interfaces vlan unit <unit-number> family inet address <ip-address/subnetmask>,"Use the following command in the configuration mode:
set interfaces vlan unit 1043 family inet address 10.104.3.99/16
commit"
Enable automatic software download using Zero Touch Provisioning (ZTP),set chassis auto-image-upgrade,"Use the following command in the configuration mode:
set chassis auto-image-upgrade
commit"
Enable Auto image upgrade using DHCP,set chassis auto-image-upgrade,"Use the following command in the configuration mode:
set chassis auto-image-upgrade
commit"
Enable chassis auto image upgrade,set chassis auto-image-upgrade,"Use the following command in the configuration mode:
set chassis auto-image-upgrade
commit"
How to disable management interface alarms,set chassis alarm management-ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm management-ethernet link-down ignore
commit"
How to ignore management interface alarms,set chassis alarm management-ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm management-ethernet link-down ignore
commit"
How to disable ethernet interfaces link down alarms,set chassis alarm ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm ethernet link-down ignore
commit"
Disable ethernet interfaces link down alarms,set chassis alarm ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm ethernet link-down ignore
commit"
Turn off ethernet interfaces link down alarms,set chassis alarm ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm ethernet link-down ignore
commit"
Ignore ethernet interfaces link down alarms,set chassis alarm ethernet link-down ignore,"Use the following command in the configuration mode:
set chassis alarm ethernet link-down ignore
commit"
Allow the repeated system log messages for all targets.,set system syslog allow-duplicates,"Use the following command in the configuration mode:
set system syslog allow-duplicates
commit"
set the allow-duplicate for the system log messages,set system syslog allow-duplicates,"Use the following command in the configuration mode:
set system syslog allow-duplicates
commit"
Don't suppress the repeated system log message for all targets,set system syslog allow-duplicates,"Use the following command in the configuration mode:
set system syslog allow-duplicates
commit"
delete allow-duplicate for the system log messages,delete system syslog allow-duplicates,"Use the following command in the configuration mode:
delete system syslog allow-duplicates
commit"
set the system log rotate frequency to 30 min,set system syslog log-rotate-frequency <interval>,"Use the following command in the configuration mode:
set system syslog log-rotate-frequency 30
commit"
how to configure the system log rotate frequency,set system syslog log-rotate-frequency <interval>,"Use the following command in the configuration mode:
set system syslog log-rotate-frequency <interval>
commit"
set the system log rotate frequency to 20 min,set system syslog log-rotate-frequency <interval>,"Use the following command in the configuration mode:
set system syslog log-rotate-frequency 20
commit"
Notify all logged users when any emergency level event occurs,set system syslog user * any emergency,"Use the following command in the configuration mode:
set system syslog user * any emergency
commit"
Notify user mohammad when any emergency level event occurs,set system syslog user <user-name> any emergency,"Use the following command in the configuration mode:
set system syslog user mohammad any emergency
commit"
Notify all logged users when any security related event of any severity level occurs,set system syslog user * security any,"Use the following command in the configuration mode:
set system syslog user * security any
commit"
Notify the user alaa when any security related event of any severity level occurs,set system syslog user <user-name> security any,"Use the following command in the configuration mode:
set system syslog user alaa security any
commit"
Notify the user alaa when any security related event of panic severity level occurs,set system syslog user <user-name> security emergency,"Use the following command in the configuration mode:
set system syslog user alaa security emergency
commit"
Notify the user alaa when any security related event of emergency severity level occurs,set system syslog user <user-name> security emergency,"Use the following command in the configuration mode:
set system syslog user alaa security emergency
commit"
Notify the user alaa when authentication and authorization attempts related event of critical severity level occur,set system syslog user <user-name> authorization critical,"Use the following command in the configuration mode:
set system syslog user alaa authorization critical
commit"
Notify the user ahmad when authentication and authorization attempts related event of critical severity level occur,set system syslog user <user-name> authorization critical,"Use the following command in the configuration mode:
set system syslog user ahmad authorization critical
commit"
Notify the user Tala when authentication and authorization attempts related event of all severity level occur,set system syslog user <user-name> authorization all,"Use the following command in the configuration mode:
set system syslog user Tala authorization all
commit"
Notify the user Ali when authentication and authorization events of error severity level occur,set system syslog user <user-name> authorization error,"Use the following command in the configuration mode:
set system syslog user Ali authorization error
commit"
Enable the logging of system messages to user ali terminal for authentication and authorization events of error severity level,set system syslog user <user-name> authorization error,"Use the following command in the configuration mode:
set system syslog user Ali authorization error
commit"
Notify the user Ali when authentication and authorization error occur,set system syslog user <user-name> authorization error,"Use the following command in the configuration mode:
set system syslog user Ali authorization error
commit"
Notify the user Sami when any security related event of any severity level occurs,set system syslog user <user-name> security any,"Use the following command in the configuration mode:
set system syslog user Sami security any
commit"
Notify the user Sami when kernel errors of any severity occur,set system syslog user <user-name> kernel any,"Use the following command in the configuration mode:
set system syslog user Sami kernel any
commit"
Notify all users when kernel errors of any severity occur,set system syslog user * kernel any,"Use the following command in the configuration mode:
set system syslog user * kernel any
commit"
Notify the user Alaa when user space actions and errors of any severity occur,set system syslog user <user-name> user any,"Use the following command in the configuration mode:
set system syslog user alaa user any
commit"
Notify the user Omar when system actions and errors of any severity occur,set system syslog user <user-name> daemon any,"Use the following command in the configuration mode:
set system syslog user omar daemon any
commit"
Notify the user Omar about FTP actions and errors of any severity occur,set system syslog user <user-name> ftp any,"Use the following command in the configuration mode:
set system syslog user omar ftp any
commit"
Notify the user Sami about NTP protocol actions and errors of any severity occur,set system syslog user <user-name> ntp any,"Use the following command in the configuration mode:
set system syslog user Sami ntp any
commit"
Notify all users about NTP protocol actions and errors of any severity occur,set system syslog user * ntp any,"Use the following command in the configuration mode:
set system syslog user * ntp any
commit"
Grant all users permission to read archived log files,set system syslog archive world-readable,"Use the following command in the configuration mode:
set system syslog archive world-readable
commit"
Allow any user to read the log file,set system syslog archive world-readable,"Use the following command in the configuration mode:
set system syslog archive world-readable
commit"
set the world readable for the syslog archive,set system syslog archive world-readable,"Use the following command in the configuration mode:
set system syslog archive world-readable
commit"
Don't allow any user to read the log file,set system syslog archive no-world-readable,"Use the following command in the configuration mode:
set system syslog archive no-world-readable
commit"
restrict the permission only to the root user and users who have the Junos OS maintenance permission to read archived log files,set system syslog archive no-world-readable,"Use the following command in the configuration mode:
set system syslog archive no-world-readable
commit"
Mark the archived syslog files as containing binary data,set system syslog archive binary-data,"Use the following command in the configuration mode:
set system syslog archive binary-data
commit"
set the archived syslog data as binary data,set system syslog archive binary-data,"Use the following command in the configuration mode:
set system syslog archive binary-data
commit"