Friday, August 29, 2014

CCNP EIGRP COMMANDS




Implementation Commands:
# router eigrp ASN


# no auto-summary
# network 192.168.0.0 0.0.0.3
# network 0.0.0.0
# passive-interface f0/0
# passive-interface default
# no passive-interface f0/0
# neighbor 10.0.0.3 s0/0
# maximum-paths <1-16>
# variance <1-128>
# metric maximum hops  <1-255>
# metric weights 0 <1-255> <1-255> <1-255> <1-255> <1-255>
# redistribute <static> <connected> etc. 
# eigrp router-id A.B.C.D (show ip eigrp topologyში ჩანს)
# eigrp stub <'connected' and 'summary' by default>
# offset-list <acces-list number> in/out <offset number> <interface number>
# timers active-time <in minutes>/<disabled>  (disabled defaultad anu tu <cr>)
# distribute-list  2 (access-list number) in/out
# distribute-list prefix WORD in/out/gateway (?)



# int s0/0


# no ip split-horizon eigrp ASN
# ip summary-address eigrp ASN 10.0.0.0 255.255.252.0 5
# ip bandwidth-percent eigrp ASN 80 <number of percent>
# ip authentication mode eigrp ASN md5
# ip authentication key-chain eigrp ASN WORD
# ip hello-interval eigrp ASN <seconds>
# ip hold-time eigrp ASN <seconds> 

 # conf t


# key chain WORD
# key 1 (must match)
# key-string cisco1 (must match)
# accept-lifetime 00:00:00 1 Jan 2014 00:00:00 31 Jan 2014 (ან duration <seconds>; infinite)
# send-lifetime "--------------------------------"
# ip prefix-list WORD seq <number> deny/permit 10.0.0.0/8 ge 24 le 24
# ip default-network 192.168.0.0
# ip route 192.168.0.0 255.255.255.0 Null0


Verification Commands:
# show ip route  10.0.0.0 255.255.248.0 longer-prefixes
# show ip protocols
# show key chain
# show ip eigrp interfaces
# show ip eigrp interfaces detail - hello interval chans
# show ip eigrp neighbors
# show ip eigrp neighbor detail - ჩანს სტატიკური neighborები
# show ip eigrp topology
# show ip eigrp topology all-links – ჩანს არა FS routeბიც.
# show ip prefix-list 

#clear ip eigrp neighbors 

No comments:

Post a Comment