Cisco EIGRP routing

EIGRP routing

conf t
enter into configuration mode on the #central router
router eigrp 1
set EIGRP routing with ID 1
network 10.0.0.3 0.0.0.3
set the network(s) to share. Netmask is reversed!
no auto-summary
reduce update packets and summarizes
end
sh ip eigrp neighbors
list eigrp neighbors
sh ip eigrp interfaces
list eigrp interfaces
sh ip protocols
detailed information of protocol setup
conf t
enter into configuration mode on the exterior routers
router eigrp 1
set EIGRP routing with ID 1
network 192.168.1.0 0.0.0.255
network 10.0.0.0 0.0.0.3
end
sh ip route
check route list on #central router
Additional, useful settings:
conf t
enter into configuration mode on  #central router
router eigrp 1
redistribute static
share static route for exterior routers. This is the only technical solution that EIGRP supports for sharing routes.
end
sh ip eigrp topology
list EIGRP topology
conf t
enter into configuration mode on  #central router
int fa0/0
ip bandwidth-percent eigrp 1 75
limit interface bandwidth that eigrp can use for routing communication traffic
exit
router eigrp 1
maximum paths 5
limit the number of routing paths
exit
key chain cisco
creates a key chain and enter into key chain config mode
key 0
configure key 0
key-string cisco
int fa0/0
enter into interface configuration. These settings are interface based.
ip authentication mode eigrp 1 md5
set authentication mode
ip authentication key-chain eigrp 1 cisco
end

Share with: