- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- VLAN Network latency
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
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
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
тАО07-17-2010 03:55 AM
тАО07-17-2010 03:55 AM
VLAN Network latency
Finally I can setup intervlan routing on single switch 4500G, thanks to Fred for pointing me some light.
Now I facing another weird issue, here is the scenario :
1. Got my 4500G, set port #1 to VLAN 1 with vlan interface 192.168.10.43
2. Set port #2 to VLAN 2 with vlan interface 192.168.16.43
3. PC A connected to port #1 (VLAN 1) with IP 192.168.10.100
4. PC B connected to port #2 (VLAN 2) with IP 192.168.16.100
5. Both PC are directly connected to the switch
When I do pinging from PC A to switch, I got following result :
Reply from 192.168.10.43: bytes=32 time=1ms TTL=255
But, (here comes the problem), when I do pinging from PC B to switch, I got different result :
Reply from 192.168.16.43: bytes=32 time=205ms TTL=225
Even sometimes I got 550ms...
Is this problem related to VLAN setting again ?
Update: typo in PC B ip address - thanks Fred
This message was edited by ahandono2000 on 7-20-10 @ 7:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2010 03:55 AM
тАО07-17-2010 03:55 AM
Re: VLAN Network latency
Finally I can setup intervlan routing on single switch 4500G, thanks to Fred for pointing me some light.
Now I facing another weird issue, here is the scenario :
1. Got my 4500G, set port #1 to VLAN 1 with vlan interface 192.168.10.43
2. Set port #2 to VLAN 2 with vlan interface 192.168.16.43
3. PC A connected to port #1 (VLAN 1) with IP 192.168.10.100
4. PC B connected to port #2 (VLAN 2) with IP 192.168.16.100
5. Both PC are directly connected to the switch
When I do pinging from PC A to switch, I got following result :
Reply from 192.168.10.43: bytes=32 time=1ms TTL=255
But, (here comes the problem), when I do pinging from PC B to switch, I got different result :
Reply from 192.168.16.43: bytes=32 time=205ms TTL=225
Even sometimes I got 550ms...
Is this problem related to VLAN setting again ?
Update: typo in PC B ip address - thanks Fred
This message was edited by ahandono2000 on 7-20-10 @ 7:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2010 12:50 PM
тАО07-19-2010 12:50 PM
Re: VLAN Network latency
Are you sure that the address of the host that is connected to VLAN B is right? It's the same address of its gateway (VLAN Interface 2: 192.168.16.43). If you are using this address, you have to change it to a different IP from the gateway, but in the same network segment, because you are actually pinging the localhost, not the switch.
Regards
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2010 07:52 PM
тАО07-20-2010 07:52 PM
Re: VLAN Network latency
Ups, sorry about my typo
PC B ip address is 192.168.16.100 because ip 192.168.16.43 already assign to interface vlan 2 on switch.