cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
246
Views
0
Helpful
1
Replies

intervlan routing

jorge.s
Level 1
Level 1

Hi,

I've the following configuration on a Catalyst 3550 Switch:

interface Vlan1

ip address 170.64.82.7 255.255.255.0

standby 90 ip 170.64.82.3

!

interface Vlan100

description ITMGT-61.160

ip address 10.61.160.2 255.255.255.0

no ip redirects

!

But when I try to ping the 10.61.160.2 on the switch itself it does not respond. When I check the vlan status here it is :

PAL0001#sh interfaces vlan100

Vlan100 is up, line protocol is down

Hardware is EtherSVI, address is 0014.a898.1900 (bia 0014.a898.1900)

Description: ITMGT-61.160

Internet address is 10.61.160.2/24

MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ARPA, loopback not set

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: 8

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 IP multicast)

0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

0 packets output, 0 bytes, 0 underruns

0 output errors, 3 interface resets

0 output buffer failures, 0 output buffers swapped out

PAL0001#

can you help me to understand what's wrong?

Jorge

1 Accepted Solution

Accepted Solutions

Hello Jorge,

you need to either have an active access port (that is, a host connected to a port configured for VLAN 100) belonging to VLAN 100 or an active trunk port carrying VLAN 100 in order to get an up/up status for the VLAN interface, and in order to be able to ping the interface...

HTH,

GP

View solution in original post

1 Reply 1

Hello Jorge,

you need to either have an active access port (that is, a host connected to a port configured for VLAN 100) belonging to VLAN 100 or an active trunk port carrying VLAN 100 in order to get an up/up status for the VLAN interface, and in order to be able to ping the interface...

HTH,

GP