I need to have 2 vlans on a 2950 switch. Then trunk those back to the fa0/1 port on a 2811 router. I have tried but I am missing something, suggestions?
switch config:
interface FastEthernet0/2
switchport trunk native vlan 10
switchport mode trunk
no ip address
!
interface FastEthernet0/5
switchport access vlan 10
no ip address
!
!
!
!
interface FastEthernet0/24
switchport access vlan 20
no ip address
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan10
description US
ip address 10.0.2.248 255.255.255.0
no ip route-cache
!
interface Vlan20
description THEM
no ip address
no ip route-cache
shutdown
!
ip default-gateway 10.0.2.254
router config:
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.10
description US
encapsulation dot1Q 10
ip address 10.0.2.254 255.255.255.0
!
interface FastEthernet0/1.20
description THEM
encapsulation dot1Q 20
ip address x.x.x.x 255.255.255.240
Thanks,
Andy
switch config:
interface FastEthernet0/2
switchport trunk native vlan 10
switchport mode trunk
no ip address
!
interface FastEthernet0/5
switchport access vlan 10
no ip address
!
!
!
!
interface FastEthernet0/24
switchport access vlan 20
no ip address
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan10
description US
ip address 10.0.2.248 255.255.255.0
no ip route-cache
!
interface Vlan20
description THEM
no ip address
no ip route-cache
shutdown
!
ip default-gateway 10.0.2.254
router config:
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.10
description US
encapsulation dot1Q 10
ip address 10.0.2.254 255.255.255.0
!
interface FastEthernet0/1.20
description THEM
encapsulation dot1Q 20
ip address x.x.x.x 255.255.255.240
Thanks,
Andy