Hi All,
I'm trying to configure vlans in Cisco 3825 using HWIC-4ESW module. The router shows the module is installed properly and I configured the VLAN too. but the line protocol of the FE and Vlan both shows down and no traffic on the VLANs. I changed the physical slot of the module, reconfigured VLANs, but no use. I tried to connect to switch and PC Directly but still the same (No Ping and No traffic).
The config is as follows,
3825#sh run
!
!
!
interface GigabitEthernet0/0
description Connected to Edge Router
ip address xxx.xxx.137.3 255.255.255.240
duplex auto
speed auto
media-type rj45
negotiation auto
no mop enabled
!
interface GigabitEthernet0/1
description Connected to LAN
ip address xxx.xxx.137.17 255.255.255.240
duplex auto
speed auto
media-type rj45
negotiation auto
no mop enabled
!
interface FastEthernet0/0/0
switchport access vlan 101
speed 100
!
interface FastEthernet0/0/1
!
interface FastEthernet0/0/2
!
interface FastEthernet0/0/3
switchport access vlan 101
speed 100
!
interface Hssi2/0
loopback dte
no keepalive
serial restart-delay 0
hold-queue 2 in
hold-queue 150 out
!
interface Vlan1
no ip address
!
interface Vlan101
description New Public IP Range
ip address xxx.xxx.137.33 255.255.255.224
!
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
ip route xxx.xxx.137.32 255.255.255.224 Vlan101
!
ip http server
!
end
3825#
and the sh ip route , vlan-switch and interface are as follows:
3825#sh ip route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
xxx.xxx.137.0/28 is subnetted, 2 subnets
C xxx.xxx.137.16 is directly connected, GigabitEthernet0/1
C xxx.xxx.137.0 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 is directly connected, GigabitEthernet0/0
3825#sh vlan-switch
VLAN Name Status Ports
---- --------------------------
------ --------- --------------------------
-----
1 default active Fa0/0/1, Fa0/0/2
101 PublicIPVLAN active Fa0/0/0, Fa0/0/3
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 1002 1003
101 enet 100101 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 1 1003
1003 tr 101003 1500 1005 0 - - srb 1 1002
1004 fdnet 101004 1500 - - 1 ibm - 0 0
1005 trnet 101005 1500 - - 1 ibm - 0 0
3825#sh int fastEthernet 0/0/0
FastEthernet0/0/0 is up, line protocol is down
Hardware is Fast Ethernet, address is 000a.b8cb.308c (bia 000a.b8cb.308c)
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Auto-duplex, 100Mb/s
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
3825#