0% found this document useful (0 votes)
7 views1 page

Inter-VLAN Routing Configuration Guide

The document configures inter-VLAN routing and trunking between devices R1 and S1, and configures static routes on HQ to reach VLANs and an outside network with primary and backup paths.

Uploaded by

abdulrazak010400
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Inter-VLAN Routing Configuration Guide

The document configures inter-VLAN routing and trunking between devices R1 and S1, and configures static routes on HQ to reach VLANs and an outside network with primary and backup paths.

Uploaded by

abdulrazak010400
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

� Configure inter-VLAN routing on R1 based on the Addressing Table.

R1>enable
R1#configure terminal
R1(config)#int g0/0.10
R1(config-subif)#encapsulation dot1q 10
R1(config-subif)#ip address [Link] [Link]
R1(config-subif)#int g0/0.20
R1(config-subif)#encapsulation dot1q 20
R1(config-subif)#ip address [Link] [Link]
R1(config-subif)#int g0/0.30
R1(config-subif)#encapsulation dot1q 30
R1(config-subif)#ip address [Link] [Link]
R1(config-subif)#int g0/0.88
R1(config-subif)#encapsulation dot1q 88
R1(config-subif)#ip address [Link] [Link]
R1(config-subif)#int g0/0.99
R1(config-subif)#encapsulation dot1q 99 native
R1(config-subif)#ip address [Link] [Link]
R1(config-subif)#int g0/0
R1(config-if)#no shutdown

� Configure trunking on S1.


S1>enable
S1#configure terminal
S1(config)#int g0/1
S1(config-if)#switchport mode trunk
S1(config-if)#switchport trunk native vlan 99

� Configure four directly attached static route on HQ to each VLANs 10, 20, 30 and
88.
HQ>enable
HQ#configure terminal
HQ(config)#ip route [Link] [Link] s0/0/0
HQ(config)#ip route [Link] [Link] s0/0/0
HQ(config)#ip route [Link] [Link] s0/0/0
HQ(config)#ip route [Link] [Link] s0/0/0

� Configure directly attached static routes on HQ to reach Outside Host.

� Configure the primary path through the Serial 0/1/0 interface.


HQ(config)#ip route [Link] [Link] s0/1/0

� Configure the backup route through the Serial 0/1/1 interface with a 10 AD.
HQ(config)#ip route [Link] [Link] s0/1/1 10

� Configure a directly attached default route on R1.


R1>enable
R1#configure terminal
R1(config)#ip route [Link] [Link] s0/0/0

You might also like