Wired Intelligent Edge (Campus Switching and Routing)

 View Only
last person joined: one year ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of HPE Aruba Networking switching devices, and find ways to improve security across your network.

Vlan Configuration Option "ip-recv-mac-address" Not Working 

May 08, 2018 04:14 PM

Problem:

The VLAN configuration option "ip-recv-mac-address" causes Ping command to fail.



Diagnostics:

The Aruba switch does not respond to Ping command after configuring the ip-recv-mac-address Vlan option.



Solution

IP routing must be enabled when using the ip-recv-mac-address Vlan option. In the following example, Vlan 1 on switch Rack2sw1 is configured for the ip-recv-mac-address option. The Ping test fails until IP routing is enabled.

The configuration, verification, and testing associated with the diagram follows:

Testing with and without IP routing enabled:



Rack2sw1# ping 192.168.2.2 
Request timed out. 

Rack2sw1(config)# ip routing 

Rack2sw1# ping 192.168.2.2 
192.168.2.2 is alive, time = 2 ms 


Vlan configuration:

 

Rack2sw1# show running-config vlan 1 

Running configuration: 

vlan 1 
   name "DEFAULT_VLAN" 
   untagged A1-A24,B1-B24,C1-C24,D1-D24,F1-F24,J1-J4,K1-K4,L1-L4 
   ip address 192.168.2.1 255.255.255.0 
   ip-recv-mac-address 08002b-111111 interval 1 

Rack2sw2# show running-config vlan 1 

Running configuration: 

vlan 1 
   name "DEFAULT_VLAN" 
   untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E2,G1-G24,H1-H2,J1-J4,K1-K4,L1-L4 
   ip address 192.168.2.2 255.255.255.0 

 

Vlan verification:


Rack2sw1# show vlans ports l1 detail 

 Status and Counters - VLAN Information - for ports L1 

  VLAN ID Name                 | Status     Voice Jumbo Mode 
  ------- -------------------- + ---------- ----- ----- -------- 
  1       DEFAULT_VLAN         | Port-based No    No    Untagged 

Rack2sw2# show vlans ports l1 detail 

 Status and Counters - VLAN Information - for ports L1 

  VLAN ID Name                 | Status     Voice Jumbo Mode 
  ------- -------------------- + ---------- ----- ----- -------- 
  1       DEFAULT_VLAN         | Port-based No    No    Untagged 

 

Physical interconnect:


Rack2sw1# show lldp info remote-device 

 LLDP Remote Devices Information 

  LocalPort | ChassisId                 PortId PortDescr SysName 
  --------- + ------------------------- ------ --------- ---------------------- 
  L1        | 00 18 fe ef a5 00         265    L1        Rack2sw2 

Rack2sw2# show lldp info remote-device 

 LLDP Remote Devices Information 

  LocalPort | ChassisId                 PortId PortDescr SysName 
  --------- + ------------------------- ------ --------- ---------------------- 
  L1        | 00 17 08 cd 05 00         265    L1        Rack2sw1 

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.