12-04-2007 10:12 AM - edited 03-05-2019 07:49 PM
Hi,
i want to use the wic-4esw module on a cisco 2801.
Each of the ports must be assigned 1 vlan.
I've already achived to get the output below, but still the protocol is down for each port:
-----------------------------------
FastEthernet0/0.1 is up, line protocol is down
Hardware is Gt96k FE, address is 0017.590a.c122 (bia 0017.590a.c122)
Internet address is 213.63.189.129/28
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation 802.1Q Virtual LAN, Vlan ID 2.
ARP type: ARPA, ARP Timeout 04:00:00
Last clearing of "show interface" counters never
---------------
My cisco 2801 , doesnt accept the command :
interface vlan.
What to do?
Pls help me,regards
windieana
show vlan-switch
12-04-2007 04:45 PM
Make sure your code supports it . Must be 12.3(8)T4 or higher . You should be able to create a layer 3 SVI for this card . Page for configuring hwic.
http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_feature_guide09186a00802c6bb6.html
conf t
interface vlan 1
ip address xxx.xxx.xxx.xxx
12-04-2007 07:21 PM
Hi, your 2801 may need you to use the vlan database command to configuer vlan's. have a look below.
HTH
VLAN Configuration Mode
You can use the VLAN configuration commands to create or modify VLAN parameters for VLAN IDs 1 to 1005.
Enter the vlan database privileged EXEC command to access VLAN configuration mode:
Switch# vlan database
Switch(vlan)# vlan xxx name yyy
Switch(vlan)# exit
when using the vlan database you must type exit command to apply your changes.
x will be the vlan ID number and y will be the vlan name.
http://www.cisco.com/en/US/products/ps6017/products_command_reference_chapter09186a008087f18a.html
http://www.cisco.com/en/US/products/ps5854/products_data_sheet0900aecd8016bf0b.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide