cancel
Showing results for 
Search instead for 
Did you mean: 

Layer 2 VLAN From Avaya VSP7024 to Extreme/Avaya VSP4850

Layer 2 VLAN From Avaya VSP7024 to Extreme/Avaya VSP4850

MJS
New Contributor III

Greetings HUB Community,

We have a VSP7024 which was configured prior to my involvement. It is behaving as a BCB in an SPBM environment connecting about 15 VSP 4850s in a hub/spoke configuration. System has been working flawlessly.

We recently acquired 8 Windows Servers that we plan on connecting via available 10Gb SFP+ interfaces on the VSP7024. When I took a look at the initial configuration of the 7024, all the ports were configured for ISIS/SPBM connections. I removed the ISIS/SPBM configuration from ports 6 and 8 (where a pair of Windows servers will connect), created vlan 150 and assigned that vlan to the ports. I added an i-sid designation for vlan 150. as well.

On the VSP 4850 I created vlan 150 and assigned that vlan to port 1 (our test laptop). I added the i-sid as well for vlan 150. Seemed simple enough. I can get the servers to ping each other locally. I can get the laptop to ping the 4850 and vice versa. However, I cannot get a successful ping across the SPBM interface. Both switches show vlan 150, both are recognizing the i-sid for vlan 150 (10150) and there is an established ISIS adjacency. Firewalls have been disabled.

I have extracted some relevant config and output info from the 2 switches for your review. Getting ready to involve TAC, but I wanted to start here.

******************* 7024 Config Excerpt  ************************

vlan create 150 type port 1
vlan create 4050-4051 type spbm-bvlan
vlan ports 1-5,7,9-39 tagging tagAll
vlan configcontrol flexible
vlan members 1 NONE
vlan members 150 6,8
vlan ports 6,8 pvid 150
vlan configcontrol strict

spbm router isis
spbm 1
spbm 1
b-vid 4050-4051 primary 4050
spbm 1 nick-name 0.07.01
manual-area 10.0001

interface Ethernet 1-5,7,9-39
isis
isis spbm 1
isis enable
exit

router isis
system-id  0011.0011.0701
sys-name  "VSP7K.1"
exit

i-sid 10150 vlan 150

router isis enable

*****************  some 7024 output  ******************

SWITCH# show isis adj
===============================================================================
                                ISIS Adjacencies
===============================================================================
INTERFACE  L STATE        UPTIME PRI HOLDTIME SYSID             HOST-NAME      
 
===============================================================================
[output ommited]

Port: 21   1 UP     13d 20:14:49 127       26 0011.0011.0421    VSP4K-21
[output ommited]


SWITCH# show isis spbm i-sid all 10150
===============================================================================
                              SPBM ISID INFO
===============================================================================
ISID      SOURCE NAME   VLAN   SYSID            TYPE       HOST-NAME
===============================================================================
10150     0.04.21       4051   0011.0011.0421   discover   VSP4K-21
10150     0.07.01       4051   0011.0011.0701   config     VSP7K.1          
-------------------------------------------------------------------------------
Total number of SPBM ISID entries configured: 1
-------------------------------------------------------------------------------
Total number of SPBM ISID entries discovered: 1
-------------------------------------------------------------------------------
Total number of SPBM ISID entries: 2
-------------------------------------------------------------------------------

**************************  4850 Config Excerpt  ********************

spbm

interface GigabitEthernet 1/47-1/50
encapsulation dot1q
exit

router isis
spbm 1
spbm 1 nick-name 0.04.21
spbm 1 b-vid 4050-4051 primary 4050
spbm 1 multicast enable
spbm 1 multicast fwd-cache-timeout 60
spbm 1 ip enable
exit

vlan members remove 1 1/1,1/3-1/50
vlan i-sid 1 1

vlan create 150 type port-mstprstp 1
vlan members 150 1/1 portmember
vlan i-sid 150 10150
interface Vlan 150
ip address 10.10.150.1 255.255.255.0 
ip spb-multicast enable
ip dhcp-relay 
exit
vlan create 4050 type spbm-bvlan
vlan create 4051 type spbm-bvlan

interface GigabitEthernet 1/1-1/46
no shutdown
no spanning-tree mstp  force-port-state enable
no spanning-tree mstp msti 1 force-port-state enable
exit

interface GigabitEthernet 1/47-1/50
default-vlan-id 0
no shutdown
isis
isis spbm 1
isis enable
no spanning-tree mstp  force-port-state enable
no spanning-tree mstp msti 62 force-port-state enable
exit

interface loopback 1
ip address 1 172.16.4.21/255.255.255.255
exit

ip dhcp-relay fwd-path 10.10.6.3 10.10.1.202
ip dhcp-relay fwd-path 10.10.6.3 10.10.1.202  enable
ip dhcp-relay fwd-path 10.10.6.3 10.10.1.202  mode bootp_dhcp

router isis
sys-name "VSP4K-21"
ip-source-address 172.16.4.21
is-type l1
system-id 0011.0011.0421
manual-area 10.0001 
exit

router isis enable

router isis
redistribute direct
redistribute direct metric 1
redistribute direct enable
exit

isis apply redistribute direct 
 

1 ACCEPTED SOLUTION

MJS
New Contributor III

Thanks for the support all. For future searches, a software upgrade from 10.4.0 to 10.4.6 solved the issue.

View solution in original post

5 REPLIES 5

Martin_Sebek
New Contributor III

At first sight it looks fine.  Please show us outputs of following commands:

VSP4:

show interface gig vlan 1/1

 

VSP7:

show vlan interface info 6,8

show vlan interface vids 6,8

 

Have you tried to check ARP table on VSP4 for the records of the servers connected to VSP7?  What software version is running on 7024?

GTM-P2G8KFN