Page 270 - Untitled
P. 270
CAPÍTULO 5: CONFIGURACIÓN INICIAL DE ROUTERS CISCO
Fig. 5-13 Subinterfaces para enrutamiento InterVLAN.
Aplicando la configuración necesaria...
R2(config)#interface FastEthernet0/0.10
R2(config-subif)#encapsulation dot1q 10
R2(config-subif)#ip address 192.168.10.1 255.255.255.0
R2(config-subif)#exit
R2(config)#interface FastEthernet0/0.20
R2(config-subif)#encapsulation dot1q 20
R2(config-subif)#ip address 192.168.20.1 255.255.255.0
R2(config-subif)#exit
R2(config)#interface FastEthernet0/0.30
R2(config-subif)#encapsulation dot1q 30
R2(config-subif)#ip address 192.168.30.1 255.255.255.0
R2(config-subif)#exit
R2(config)#interface Fastethernet0/0
R2(config-if)#no shutdown
Tras ello, tanto la interfaz física como las subinterfaces deben entrar en estado
“up” “up”. Para verificarlo bastará con ejecutar un show ip interface brief…
R2#show ip interface brief
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 unassigned YES unset up up
FastEthernet0/0.10 192.168.10.1 YES manual up up
FastEthernet0/0.20 192.168.20.1 YES manual up up
FastEthernet0/0.30 192.168.30.1 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1/0 192.168.255.2 YES manual up up
Serial0/1/1 unassigned YES unset administratively down down
A su vez, las nuevas redes configuradas serán agregadas automáticamente en la
tabla de rutas como directamente conectadas...
253