Hello Amigos,
Quick question: when configuring Inter-VLAN routing on a 2600 router, do we have to issue a no ip address for the interface receiving the ISL / dot1q trunk? Example from book:
#int f0/0
#no ip address
# no shutdown
# int f0/0.1
# encapsulation dot1q 1
# ip address 172.16.10.1 255.255.255.128
Or this will be fine too?:
# int f0/0.1
# encapsulation dot1q 1
# ip address 172.16.10.1 255.255.255.128
Thanks!