question on router on a stick

i'm trying to do a router on a stick in my lab. But i didn't see "encapsulation" command on the interface of my fastethernet at all. I'm using 2620, and the ios is 12.2. can someone tell me why this happened?

Comments

  • keenonkeenon Member Posts: 1,922 ■■■■□□□□□□
    you will need to use a sub-interface

    config# int fa0/0.1
    config-int#encapsulation dot1q (vlan number)


    if not available still check code version icon_cool.gif
    Become the stainless steel sharp knife in a drawer full of rusty spoons
  • keenon wrote:
    you will need to use a sub-interface

    config# int fa0/0.1
    config-int#encapsulation dot1q (vlan number)


    if not available still check code version icon_cool.gif

    i did. here's what's giving me

    2620#conf t
    Enter configuration commands, one per line. End with CNTL/Z.
    2620(config)#int fa0/0.1
    2620(config-subif)#en?
    % Unrecognized command
    2620(config-subif)#ip address 172.18.2.1 255.255.255.0

    Configuring IP routing on a LAN subinterface is only allowed if that
    subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or IS
    L vLAN.

    2620(config-subif)#
  • wildfirewildfire Member Posts: 654
    as Keenon said which version of IOS are you running?

    paste the output of a show version
    Looking for CCIE lab study partnerts, in the UK or Online.
  • wildfire wrote:
    as Keenon said which version of IOS are you running?

    paste the output of a show version

    i already said at the begining, it's ios 12.2. anyway, here's it.

    IOS (tm) C2600 Software (C2600-I-M), Version 12.2(7c), RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-2002 by cisco Systems, Inc.
    Compiled Fri 10-May-02 21:53 by pwade
    Image text-base: 0x80008088, data-base: 0x8099C114

    ROM: System Bootstrap, Version 12.2(6r), RELEASE SOFTWARE (fc1)

    2620 uptime is 2 hours, 9 minutes
    System returned to ROM by power-on
    System image file is "flash:c2600-i-mz.122-7c.bin"

    cisco 2620 (MPC860) processor (revision 0x00) with 28672K/4096K bytes of memory.

    Processor board ID JAD06160QKU (4092234534)
    M860 processor: part number 0, mask 49
    Bridging software.
    X.25 software, Version 3.0.0.
    1 FastEthernet/IEEE 802.3 interface(s)
    1 Serial network interface(s)
    32K bytes of non-volatile configuration memory.
    8192K bytes of processor board System flash (Read/Write)

    Configuration register is 0x2102
  • keenonkeenon Member Posts: 1,922 ■■■■□□□□□□
    you need to get some more flash you will need 16mb


    try to get 12.2(29) enterprise version or something in that version line..
    if you get 12.3 icon_shaking.gif best of luck finding a version that has it other than 12.3(15) IP/IDS/FW/IPSec which does require 32/16
    Become the stainless steel sharp knife in a drawer full of rusty spoons
  • are you sure 32mb/8f can not support the "encap" command? I thought i should be an issue of ios version. and i believe v12.2 should support it. what's wrong.
  • keenonkeenon Member Posts: 1,922 ■■■■□□□□□□
    which revision and version of 12.2? there are several versions:

    ip
    ip plus
    enterprise
    enterprise plus

    ect.

    then you have to look at revision numbers for each version
    Become the stainless steel sharp knife in a drawer full of rusty spoons
  • mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    A quick check of
    http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp
    for 2620 support for "IEEE 802.1Q VLAN Trunking" in the 12.2 version seems to indicate that you need at least an IP Plus or Enterprise Basic version to support Trunking.
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Danman32Danman32 Member Posts: 1,243
    Thanks for that link. Looking further, based on the image filename, you have IP which doesn't support VLAN.
    c2600-i-mz.12.2-7c.bin as opposed to
    c2600-is-mz.12.2-7c.bin
  • hectorjhrdzhectorjhrdz Member Posts: 127
    some classmates experienced the same problem


    ios version 12.3 or earlier............
Sign In or Register to comment.