cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
2
Replies

Impossible to assign interfaces to vlans in cisco2801

windieana
Level 1
Level 1

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

2 Replies 2

glen.grant
VIP Alumni
VIP Alumni

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

williamsdo
Level 3
Level 3

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/docs/switches/lan/catalyst2960/software/release/12.2_25_see/command/reference/intro.html

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card