CN Assignment 03
CN Assignment 03
Implementing EIGRP
For implementing Eigrp we use same steps as we did in CLI
For router configuration we use commands
Enable
Configure
Interface fastethernet 0/0 for 1st network and 0/0 for 2nd network
Interface serial 2/0 for 1st and 2nd network.
Configure terminal
Router eigrp 10
For 1st network
Network 192.168.20.0 255.255.255.0
Network 192.168.30.0 255.255.255.0
For 2nd network
Network 192.168.10.0 255.255.255.0
Network 192.168.20.0 255.255.255.0
Copy running-config startup-config