ICND2 Cheatsheet

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

STP

#spanning-tree vlan 1 priority


4096

OSPFv3

show ipv6 ospf


show ipv6 ospf database
show ipv6 ospf interface
show ipv6 ospf neighbor

Frame
Relay

show frame-relay map


show frame-relay pvc
frame-relay lmi-type ansi
frame-relay interface-dlci 101

EtherChannel Core#config t
license
Core(config)#int port-channel 1
Core(config-if)#int range f0/7-8
Core(config-if-range)#switchport
trunk encap dot1q
Core(config-if-range)#switchport
mode trunk
Core(config-if-range)#channelgroup 1 mode desirable

Show license
show license feature
license install
license boot module */activate
right to use

#show spanning-tree
RSTP

Core(config)#spanning-tree
mode rapid-pvst

#do show int port-channel 1


EIGRP

Router#config t
Router(config)#router eigrp 20
Router(config-router)#network
172.16.0.0
Router(config-router)#network
10.0.0.0

GLBP

show standby brief


R3# show glbp brief
GLBP1(config)#int fa0/0
GLBP1(config-if)#glbp 1 ip
10.1.1.20
GLBP1(config-if)#glbp 1 name
GLBP_Tes
GLBP1(config-if)#GLBP 1
priority 110
//HSRP
standby 1 ip 10.1.1.10
standby 1 name HSRP_Test
standby 1 priority ?

Syslog

Emergency (severity 0)
Alert (severity 1)
Critical (severity 2)
Error (severity 3)
Warning (severity 4)
Notification (severity 5)
Information (severity 6)
Debugging (severity 7)

SNMP

#snmp-server community Todd


Protect_NMS_Station rw

#show ip eigrp topology


show ip route eigrp
show ip eigrp neighbors

OSPF

show ip ospf
show ip ospf database
show ip ospf interface
show ip ospf neighbor

You might also like