- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- intervlan routing to servers problem in 5406zl swi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2014 10:14 PM
04-08-2014 10:14 PM
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?
- Tags:
- intelvlan in 5406 zl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2014 07:57 PM
04-11-2014 07:57 PM
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