- Marks :-10+5
Name of student: Subhendu Pal
Faculty Name: Priya Sawant
Roll No: 1503
Date: 10-1-2018
Session Name: Inter VLAN Routing
Creating VLAN 2 Step by step:-
Double check on switch:- enable
Config t
Hostname S10
Vlan 2
Name VLAN2
int f2/1
switchport access VLAN2
int f3/1
switchport access VLAN2
exit
exit
show vlan
Giving IP
enable
config t
int vlan 1
IP address 192.168.33..5 255.0.0.0
no shutdown
exit
exit
Set the all PC IP address & gateway
Set the all PC IP address & gateway
Trunking
enable
config t
Int f4/1
switchport mode truck
switchport trunk allowed vlan all
Exit
Exit
Router Configer step by step :-
Double check on Router
enable
config t
Hostname R1
Int f0/0
no IP add
no shutdown
int f0/0.33
int f0/0.44
encapsulation dot1q 1
IP add 192.168.33.3 255.0.0.0
encapsulation dot1q 2
IP add 192.168.44.4 255.0.0.0
Check the PC
No comments:
Post a Comment