I am certain there is something simple that I am overlooking...
I am studying for my CCNA, playing around with a few of the dirfferent concepts with my hardware. I am trying to setup a router on a stick configuration using a 2600 router and a 2900 catalyst switch.
I have the FastEthernet 0/1 port plugged into Fa0/1 on the switch. The switch has three vlans setup with a client on each vlan
I have set the port on the switch as follows:
Switch(config-if)#switch=port mode Trunk
Switch(config-if)#switchport trunk native vlan 1
Switch(config-if)#switchport trunk encapsulation isl
When I try to set the router, I get this:
rt01(config)#int fa0/1
rt01(config-if)#no ip add
rt01(config-if)#exit
rt01(config)#int fa0/1.1
rt01(config-subif)#encapsulation isl
^
% Invalid input detected at '^' marker.
rt01(config-subif)#ip address 10.0.1.1
% Incomplete command.
rt01(config-subif)#
I cannot set the encapsulation on the sub interface - it doesn't recognize the command at all. I have been searching for the answer to this for a while now, but can't make any headway. Any ideas?
My router sh ver shows:
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.3(6), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 11-Feb-04 19:24 by kellythw
Image text-base: 0x80008098, data-base: 0x80C83E28
ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
I am studying for my CCNA, playing around with a few of the dirfferent concepts with my hardware. I am trying to setup a router on a stick configuration using a 2600 router and a 2900 catalyst switch.
I have the FastEthernet 0/1 port plugged into Fa0/1 on the switch. The switch has three vlans setup with a client on each vlan
I have set the port on the switch as follows:
Switch(config-if)#switch=port mode Trunk
Switch(config-if)#switchport trunk native vlan 1
Switch(config-if)#switchport trunk encapsulation isl
When I try to set the router, I get this:
rt01(config)#int fa0/1
rt01(config-if)#no ip add
rt01(config-if)#exit
rt01(config)#int fa0/1.1
rt01(config-subif)#encapsulation isl
^
% Invalid input detected at '^' marker.
rt01(config-subif)#ip address 10.0.1.1
% Incomplete command.
rt01(config-subif)#
I cannot set the encapsulation on the sub interface - it doesn't recognize the command at all. I have been searching for the answer to this for a while now, but can't make any headway. Any ideas?
My router sh ver shows:
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.3(6), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Wed 11-Feb-04 19:24 by kellythw
Image text-base: 0x80008098, data-base: 0x80C83E28
ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)