Comware Based
1756044 Members
5007 Online
108839 Solutions
New Discussion

A5500 VLAN interface config issue

 
regnander
Occasional Contributor

A5500 VLAN interface config issue

Hello,

 

I have a A5500 where i have configured a route-port on an interface.

 

interface GigabitEthernet1/0/1
 port link-mode route
 ip address 172.20.11.254 255.255.252.0

 

This port is a link to an old network which I am trying to move over to the new infrastructure I´m building with the A5500.

 

I want to move this address to a vlan interface and change the port to bridge-mode.

 

My config for the move.

 

interface GigabitEthernet1/0/1
undo ip address 172.20.11.254 255.255.252.0
port link-mode bridge
port link-type access
port access vlan 100


interface Vlan-interface100
 ip address 172.20.11.254 255.255.252.0

 

After I do the changes the IP address becomes unreachable.

 

I can se in the mac address table that on Layer 2 i have connectivity. Mac address table fills up.

 

If i grab another port in Vlan100 and connect my PC to it, It can DHCP an address and reach all hosts in that network, except the address on the vlan interface.

 

What am I doing wrong? Is there any service that should be enabled?

 

Pls assist me with ideas!

 

//regnander

1 REPLY 1
paulgear
Esteemed Contributor

Re: A5500 VLAN interface config issue

You may need to create the VLAN before assigning the IP address to the VLAN interface.  Try:

 

vlan 100

   name newvlan (optional)

 

Then the rest of your config.

Regards,
Paul