Monday, 21 February 2011

EIGRP-MLS LAB

                                         (Step-I)
mls# configure terminal
mls(config)# int gi0/1
mls(config-if)#no switchport
mls(config-if)# ip address 172.16.1.2 255.255.255.0 ( Here it is, dont assign 1.1 if you put it will show duplicate mac address found coz router interface was config with 1.1. This is the only pondering thing to rember)
mls(config-if)# no shutdown
mls(config-if)# exit
(Step-II)
mls(config)# int vlan 2
mls(config-if)# ip address 192.168.3.33 255.255.255.224
mls(config-if)# no shutdown
mls(config-if)# int vlan 3
mls(config-if)# ip address 192.168.3.65 255.255.255.224
mls(config-if)# no shutdown
mls(config-if)#exit 
(Step-III) 
mls(config)# ip routing
mls(config)# router eigrp 65010
mls(config-router)# network 172.16.1.0 0.0.0.255
mls(config-router)# network 192.168.3.32 0.0.0.31
mls(config-router)# network 192.168.3.64 0.0.0.31

No comments:

Post a Comment