Showing posts with label Cisco. Show all posts
Showing posts with label Cisco. Show all posts

Wednesday, July 7, 2010

Inter Vlan Config In Cisco Router and Switch















Switch1
nterface FastEthernet0/1
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/2
switchport mode trunk
!
interface FastEthernet0/3
switchport access vlan 3
switchport mode access
!
Switch0

!
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet0/2
switchport mode trunk


ROUTER
interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.0.1 255.255.255.0