Comware Based
1753785 Members
7705 Online
108799 Solutions
New Discussion

two vlan-y interface IPs in 2 interconnected switches

 
SOLVED
Go to solution
DeepakAshwath
Advisor

two vlan-y interface IPs in 2 interconnected switches

Hi All,

 

We have VLAN-Y on switch-A, where IP to the vlan-y interface is 20.10.10.11

 

Now if switch-A is connected to switch-B and vlan-y is allowed to switch-B, can I assign a new IP 20.10.10.12 to vlan-y interface on switch-B ?

 

Thanks in Advance,

 

2 REPLIES 2
sdide
Respected Contributor
Solution

Re: two vlan-y interface IPs in 2 interconnected switches

hi,

 

 

 

example (netmask /24 or 255.255.255.0)  :

# switch-A

interface Vlan-interface <Y>

 ip address 20.10.10.11 255.255.255.0

 

Then you could have on switch-B (provided 20.10.10.12 is not used elsewhere)

interface Vlan-interface <Y>

 ip address 20.10.10.12 255.255.255.0

 

 Regards

Søren Dideriksen, Network Administrator
Region Midtjylland
DeepakAshwath
Advisor

Re: two vlan-y interface IPs in 2 interconnected switches

Thanks sdide, I did try it out and worked.