Go to Forum New

VLAN routing

Hi,

I am attempting to build the "router encapsulation for 802.1Q encapsulation" on page 180 of the current ICND2 book.

I have a 1710 connected to a 2950 with two VLANs.

I'm getting this.

routeme2(config)#interface ethernet 0.2
routeme2(config-subif)#enc
! I pressed tab here
routeme2(config-subif)#encapsulation ?
% Unrecognized command
routeme2(config-subif)#encapsul?
encapsulation


Aside from the fact I cannot actually complete the exercise and get the router to route between VLANs, I'm confused as to how the device actually sees "encapsulation" as a command initially (it autocompletes if you TAB, and it lists the command if you type half and then a ?) but then fails to see it as a command after you type the word and hit ?.

Naturally, you also fail to be able to "encapsulation dot1q 2".

I'm running c1710-k9o3sy-mz.124-5.bin if it means anything in this context.

Go to Forum