- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- How to setup Inter Vlan communication?
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
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
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
06-07-2011 11:49 PM
06-07-2011 11:49 PM
Hi all, i m new here.
i have a 3com 5500G as my core switch **bleep** router.
network infra was setup by previous SA.
Now i need to create new vlan.
i created new vlan and configure dhcp-server.
then i trunk to a 3com 4500 which workstation connect to.
i manage to get IP.
Problem is i cannot communicate with other Vlan.
any help will be much appreciate.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2011 07:45 AM
06-08-2011 07:45 AM
Re: How to setup Inter Vlan communication?
As your 5500G is the core switch, you have to create an VLAN Interface to each VLAN ID you need to route.
Example:
If you have created the VLAN IDs 20, 34 and 50 in addition to the default VLAN 1, you have to create the VLAN interfaces in the core switch, using the following template:
interface vlan 20
ip address <ip_address> <mask>
description <description>
interface vlan 34
ip address <ip_address> <mask>
description <description>
interface vlan 50
ip address <ip_address> <mask>
description <description>
If you already has enabled the permission to pass all existing VLANs trhough the trunk, the interfaces will came up and it will be routed automatically by the core switch (5500G). These IP addresses that you create in the VLAN interfaces are the gateways of its own VLAN ID.
Remember that the VLAN ID is the Layer 2 segment and the VLAN interfaces (IP addresses) are the Layer 3 network segments.
HTH
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2011 06:39 PM
06-08-2011 06:39 PM
Re: How to setup Inter Vlan communication?
Hi Fred, thanks for your reply.
interface Vlan-interface1
ip address 192.168.2.1 255.255.255.0
rip version 2 multicast
interface Vlan-interface4
ip address 192.168.103.1 255.255.255.0
dhcp-server 0
udp-helper server 192.168.0.15
udp-helper server 192.168.0.10
rip version 2 multicast
interface Vlan-interface170
ip address 192.168.170.1 255.255.255.0
dhcp-server 0
udp-helper server 192.168.0.10
udp-helper server 192.168.0.15
rip version 2 multicast
VLan ID 4 is an existing VLAN.
this vlan able to communicate with all other vlan
VLAN 170 is the 1 i created.
i was able to obtain IP from my workstation but cannot communicate with all other VLAN.
i'm new in networking. hope any can help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2011 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2011 08:19 PM
06-20-2011 08:19 PM
Re: How to setup Inter Vlan communication?
Hi
i already double check. DHCP server is providing correct default gateway which is 192.168.170.1
i was able to ping 192.168.170.1 from my PC which getting IP 192.168.170.51
but i still cannot ping others VLAN in my network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2011 02:32 AM
06-21-2011 02:32 AM