question
stringlengths 14
180
| context
stringlengths 6
306
| answer
stringlengths 59
470
|
---|---|---|
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
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.