Follow the following steps
Cofig t
vlan 125
name "VLAN125"
untagged 1-12
ip address 10.50.0.5 255.255.254.0
tagged 25-26
exit
vlan 100
name "VLAN100"
untagged 13-24
ip address 10.0.0.98 255.255.248.0
tagged 25-26
exit
ip routing
wri mem
####
tagged 25-26 is equivalent to trunking for Cisco Switches
untagged command make the required ports to be the part of vlan you want.
From the above example ports 1 - 12 are part of vlan 125 & port 13-24 are part of vlan 100.
and ports 25 & 25 are trunk ports can carry vlan information for vlan 25 & 100
make sure you configure ip routing to en bale intervlan routing
No comments:
Post a Comment