- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: Routing Inter-vlan
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
01-26-2011 12:53 PM - edited 01-26-2011 12:55 PM
01-26-2011 12:53 PM - edited 01-26-2011 12:55 PM
Routing Inter-vlan
Hi
I'am french and i'am so sorry for my english :womanindifferent:
Here, my probleme :
I have a 2910al Switch with Two Vlan : VLAN 10 and VLAN 20
I need vlan 10 speak with Vlan 20
Here VLAN 10
Here VLAN 20
vlan 20
name "Eau"
ip address 172.18.10.245 255.255.255.0
exit
Lets see ip route
For information : 172.20.20.10 it's my Internet Accees.
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
172.18.10.0/24 Eau 20 connected 1 0
172.20.20.0/24 10 1 connected 1 0
So my Computer have this ip address : 172.18.10.100 with gateway 172.18.10.245 ( IP address of Vlan )
How i route the IP address of VLAN 20 on the vlan 10 ?
If i active IP ROUTING all Vlan of my switch speak so i need to add 1 route on the switch but what the route ?
I don"'t want to put ON ip routing.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 06:39 AM
02-14-2011 06:39 AM
Re: Routing Inter-vlan
You do not say how many VLANS are on the switch ?
However you can activate IP routing (RIP) on the switch for VLAN 10 and 20 only by ensuring that the other VLAN interfaces do not have IP addresses assigned.
vlan 20
name "Eau"
ip address 172.18.10.245 255.255.255.0
exit
vlan ABC
name "noipvlan"
exit
This would then permit all devices on VLAN 10 and 20 to be able to communicate, if you want to restrict it to certain devices and protocols then you will need to apply Access Control Lists (ACL's) to the VLAN interfaces.