Commands Flashcards

(53 cards)

1
Q

reset an interface to factory default

A

default interface gx/x/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you show switchport configuration for a specific interface?

A

show run interface gigabitEthernet x/x/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you show the full running config for an interface?

A

show run interface gigabitEthernet x/x/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you display all VLANs and the interfaces assigned to them?

A

show vlan brief

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you see trunking status of interfaces?

A

show interfaces trunk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you view the MAC address table on a switch?

A

show mac address-table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you check interface status (up/down, VLAN, type)?

A

show interfaces status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you verify an access VLAN on a switchport?

A

show interfaces switchport

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you see if an interface is administratively down?

A

show interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you see SFP module details on a port?

A

show interfaces transceiver detail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you shut down an interface?

A

interface x/x/x then shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you check STP status for all VLANs?

A

show spanning-tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you verify PortFast status on an interface?

A

show spanning-tree interface x/x/x portfast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you check root bridge information?

A

show spanning-tree vlan x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you check if DTP is active on an interface?

A

show dtp interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you show the IP routing table?

A

show ip route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do you show the IPv6 routing table?

A

show ipv6 route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How do you display OSPF neighbor relationships?

A

show ip ospf neighbor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How do you verify OSPF interface-specific settings?

A

show ip ospf interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How do you show EIGRP neighbors?

A

show ip eigrp neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

How do you show EIGRP topology?

A

show ip eigrp topology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

How do you view BGP neighbors?

A

show ip bgp summary

23
Q

How do you verify redistribution between protocols?

A

show run | include redistribute

24
Q

How do you show all ACLs configured on the router?

A

show access-lists

25
How do you view NAT translations?
show ip nat translations
26
How do you check NAT statistics?
show ip nat statistics
27
How do you view the ARP cache?
show ip arp
28
How do you view interface IP configuration?
show ip interface brief
29
How do you view CDP neighbors and their platforms?
show cdp neighbors detail
30
How do you see LLDP neighbor info?
show lldp neighbors detail
31
How do you view QoS configuration and statistics on an interface?
show policy-map interface
32
How do you view the running QoS configuration?
show running-config | include policy-map
33
How do you view NTP synchronization status?
show ntp status
34
How do you view the current clock time?
show clock
35
How do you check interface errors and drops?
show interfaces counters errors
36
How do you clear interface counters?
clear counters interface x/x/x
37
How do you view EtherChannel summary?
show etherchannel summary
38
How do you see EtherChannel load balancing method?
show etherchannel load-balance
39
How do you list all configured VRFs?
show vrf
40
How do you view interfaces assigned to VRFs?
show ip interface brief vrf all
41
How do you view the device's current configuration?
show running-config
42
How do you view saved configuration?
show startup-config
43
How do you ping an IP address?
ping x.x.x.x
44
How do you trace the route to a destination?
traceroute x.x.x.x
45
How do you check flash memory usage?
dir flash:
46
How do you save the running config?
copy running-config startup-config
47
How do you reload the device?
reload
48
How do you show interface bandwidth usage?
show interfaces | include rate
49
how to add a vlan to the list of allowed vlans on a trunkport
switchport trunk allowed vlan | [add] [all] [except] [none][remove]
50
display layer 2 detailed VLAN and switchport mode information
sho interface gig x/x/x switchport
51
command to display MST configuration
show spanning-tree mst configuration
52
how to display mst info on a single tree
show spanning-tree mst [instance number]
53