search the web

Monday, November 9, 2015

Configuring INter-vlan Routing

Configure INter-vlan Routing


Configure the Switchpot as trunk

WC_S1
conf t
interface fa0/21
switchport mode trunk
exit

-------------------------------
R3
------------------------------
conf t
interface e0/0
ip address 192.168.0.1 255.255.255.0
no shut
exit
interface e0/0.10
encapsulation dot1q 10
!means the trunking protocol will be dot 1q and vlan 10 will able to access it
ip address 192.168.100.1 255.255.255.0
no shut
exit
interface e0/0.20
encapsulation dot1q 20
ip address 192.168.200.1 255.255.255.0
no shut
exit

for initial configuration of Router, switch or AP visit link below
initial configuration of Router, Switch or AP

No comments: