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

3550 showing no ip address

jameshabben
Level 1
Level 1

i have a number of switches on the network; most of them being 3550. the problem is with a 24 port 3550. i have a 3550 12g with gi0/1 assigned to vlan102 (172.17.102.0) with .1 as the address on the 12g. on the 24 port i have the same vlan102 with .2 being the specified address. default vlan on both switches is vlan1 but the 24 port has nothing specified for vlan 1 because no working ports belong to it. the networking is working perfect. the only problem i have is that when i open the cluster management interface, the 24 port is shown in red and says 'no ip address'. gi0/2 is connected to the 12g via fiber link.

heres the config on the 24 port:

!

version 12.1

no service pad

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname IND-SB-LAB

!

enable secret 5 ...

!

ip subnet-zero

ip routing

!

!

spanning-tree mode pvst

spanning-tree extend system-id

!

!

!

!

interface FastEthernet0/1

switchport access vlan 102

switchport mode access

!

interface FastEthernet0/2

switchport access vlan 102

switchport mode access

!

...skip repititive ports 3-23...

!

interface FastEthernet0/24

switchport access vlan 102

switchport mode access

!

interface GigabitEthernet0/1

switchport mode dynamic desirable

!

interface GigabitEthernet0/2

switchport access vlan 102

switchport mode access

!

interface Vlan102

ip address 172.17.102.2 255.255.255.0

ip helper-address 172.17.100.26

!

ip classless

ip route 0.0.0.0 0.0.0.0 172.17.102.1

ip http server

!

!

line con 0

line vty 0 4

password 7 ...

login

line vty 5 15

password 7 ...

login

!

!

end

thanks

James

2 Replies 2

aashish.c
Level 4
Level 4

Hi,

Check/update the following :

1. What is the management vlan on both the switches. That should be the same. as per your config, it seems that vlan 102 is management vlan on both the switches.

2. have u connected your switches via trunk or access link.

3. also upload the config of 12g switch.

regards

aashish C

the native vlan on both switches is vlan1. is that what you are referring to as management?

from what i have read, trunk is for multiple vlans across the link which we are not doing. i put the 'switchport mode access' on the gi0/2 port of the 24 port, so i think to answer your question i am using access link.

here is the config for the 12g:

!

version 12.1

no service pad

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname IND-SB-12G

!

enable secret 5 ...

!

ip subnet-zero

ip routing

!

!

spanning-tree mode pvst

spanning-tree extend system-id

!

!

!

!

!

interface GigabitEthernet0/1

description Fiber Link to SB Lab

switchport access vlan 102

switchport mode access

!

interface GigabitEthernet0/2

switchport mode dynamic desirable

!

... gi0/3-11 same ...

!

!

interface GigabitEthernet0/12

switchport mode dynamic desirable

!

interface Vlan1

description Industry SB Vlan

ip address 172.17.100.248 255.255.255.0

ip helper-address 172.17.100.26

!

interface Vlan102

description Industry SB Lab

ip address 172.17.102.1 255.255.255.0

ip helper-address 172.17.100.26

!

!

ip classless

ip route 0.0.0.0 0.0.0.0 172.17.100.1

ip http server

!

snmp-server community xxx

snmp-server community xxx

!

line con 0

line vty 0 4

password 7 ...

login

line vty 5 15

password 7 ...

login

!

!

end