HPE Aruba Networking & ProVision-based
1832283 Members
2287 Online
110041 Solutions
New Discussion

intervlan routing to servers problem in 5406zl switch

 
shiladitya
Occasional Visitor

intervlan routing to servers problem in 5406zl switch

We have 18 vlans apart from management vlan configured in your switch. In  vlan 9 there is server connected to gigabit port . Inter vlan routing is enabled, and all ports are untagged  but when I try to reach that server from vlan 18  with gateway of vlan 18 interface I am unable to ping/reach that server. Do I have to enable rip or what would the configuration so that all other vlan can communication with server in vlan 9?

1 REPLY 1
georgedallas
Visitor

Re: intervlan routing to servers problem in 5406zl switch

Maje sure you have IP routing enabled

 

Here's a typical config using OSPF as routing protocol and multicast support as well

 

Replace helper addresses with your DHCP server

 

George

 

=====================================================

 

 

ip route 0.0.0.0 0.0.0.0 10.0.100.1    <<< Replace with your default route

ip router-id 1.1.1.1

ip routing

ip multicast-routing



router ospf
   area backbone
   redistribute connected
   redistribute static
   enable
   exit

router pim
   enable
   bsr-candidate
   bsr-candidate source-ip-vlan 250
   bsr-candidate priority 10
   rp-candidate
   rp-candidate source-ip-vlan 250
   rp-candidate group-prefix 224.0.0.0 240.0.0.0
   rp-candidate hold-time 150
   exit



Several Vlans here.....


vlan 110
   name "DATA-VLAN"
   untagged A1-A24
   tagged Trk1
   ip address 10.0.10.1 255.255.255.0
   ip helper-address 10.0.30.2
   ip igmp
   ip ospf 10.0.10.1 area backbone
   ip pim-sparse
      ip-addr any
      exit
   exit

vlan 120
   name "VOICE-VLAN"
   tagged A1-A24,Trk1
   ip address 10.0.20.1 255.255.255.0
   ip helper-address 10.0.30.2
   ip igmp

   voice
   ip ospf 10.0.20.1 area backbone
   ip pim-sparse
      ip-addr any
      exit
   exit

vlan 250
   name "MULTICAST-VLAN"
   ip address 10.0.250.1 255.255.255.0
   ip igmp
   ip ospf 10.0.250.1 area backbone
   ip pim-sparse
      ip-addr any
      exit
   exit