- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- 5406 config
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-25-2008 04:14 AM
12-25-2008 04:14 AM
5406 config
I have a 5406 and want to configure vlan's but i am not able to route between the vlans.
i have one vlan (standard) with ip adres 192.168.1.254 and one with 192.168.10.254 (server vlan)
From devices in the standard vlan i cannot ping any device in the server vlan and back.
Is it possible that the standard vlan is only for management devices?
I have set ip routing on even tryed static route's etc.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-25-2008 05:12 AM
12-25-2008 05:12 AM
Re: 5406 config
for routing to work each vlan need to have an ip and at least one port in those vlans need to be up. then just enable ip routing. now pinging between the vlans should be able.
you only need a static route if you want to go outside of the vlans the switch knows of.
hope this helps.
happy holidays
alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-25-2008 05:18 AM
12-25-2008 05:18 AM
Re: 5406 config
must be ip routing enable on switch
with
config)#ip routing
command
and check ip address vlan member pc
for server vlan member device
ip address :192.168.10.10
subnet mask :255.255.255.0
ip defaut gateway :192.168.10.254
for standart vlan member device
ip address:192.168.1.10
subnet mask 255.255.255.0
default gateway :192.168.1.254
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-26-2008 01:19 AM
12-26-2008 01:19 AM
Re: 5406 config
The problem is that i can even ping the gateway on the other vlan.
So
Vlan 1
ip adress 192.168.1.254 255.255.255.0
Vlan 10
ip address 192.168.10.254 255.255.255.0
I have a untagged port in each vlan with a ip device in that subnet. Ip routing is on.
If i have a server is vlan 10 with ip nummer 192.168.10.17 i can ping 192.168.10.254 but not 192.168.1.254.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-26-2008 03:19 AM
12-26-2008 03:19 AM
Re: 5406 config
please attach the show run.
what is the default gateway from the device 192.168.10.17. it needs to be 192.168.10.254.
and of course a device in 192.168.1.0/24 need to be up(other then the switch).
if there are devices up look at the sh ip route. the switch should have made the route to the vlans.
alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-26-2008 11:27 AM
12-26-2008 11:27 AM
Re: 5406 config
and you must be carefully read my comment
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 02:41 AM
12-27-2008 02:41 AM
Re: 5406 config
All devices in the different vlans has the right gateway.
From the switch itself i can ping to all ip adresses, but from a pc to a other vlan not.
it seems that is must activate something to allow routing between the vlan's.
See the attach for config.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 03:28 AM
12-27-2008 03:28 AM
Re: 5406 config
your vlan 1 is a management vlan:
management-vlan 1
this command prevent it from beeing routed even if routing is enabled.
see :
http://cdn.procurve.com/training/Manuals/3500-5400-6200-8200-ATG-Jan08-2-VLAN.pdf
page 2-54
Routing between the Management VLAN and other VLANs is not allowed.
alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 03:41 AM
12-27-2008 03:41 AM
Re: 5406 config
vlan 1 not managemet vlan vlan 1 is default vlan management vlan to be with
dunyacore(config)# management-vlan (vlan id)
command
when this command with declare managemet vlan this vlan not routing all other vlan
managemet vlan possibly any vlan
jef have incorrect config may be pc may be switch
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 03:47 AM
12-27-2008 03:47 AM
Re: 5406 config
no managemet-vlan 1 command
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 04:17 AM
12-27-2008 04:17 AM
Re: 5406 config
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 04:44 AM
12-27-2008 04:44 AM
Re: 5406 config
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 04:54 AM
12-27-2008 04:54 AM
Re: 5406 config
have a nice day.
alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 05:51 AM
12-27-2008 05:51 AM
Re: 5406 config
it was the management vlan option.
But how to access the switch trough http without this option?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-27-2008 09:22 AM
12-27-2008 09:22 AM
Re: 5406 config
management vlan command for security
for unreachable other vlan users managemet vlan
if you can want managemet vlan routing all other vlan you must be remove management vlan command .
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-29-2008 01:26 AM
12-29-2008 01:26 AM
Re: 5406 config
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-29-2008 01:35 AM
12-29-2008 01:35 AM
Re: 5406 config
i'm not sure cos we don't use this feature, but i guess now the configuration:
ip authorized-managers 192.168.1.35 255.255.255.255
ip authorized-managers 192.168.1.2
kicks in.
try removing this optinon and retry to connect to the switch via telnet and http.
Alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-29-2008 01:41 AM
12-29-2008 01:41 AM
Re: 5406 config
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-29-2008 01:54 AM
12-29-2008 01:54 AM
Re: 5406 config
what i meant was we don't use ip authorized-managers.
of course we manage our switches via telnet.
but i never had any problems to reach a switch via http or telnet without the management vlan.
Alex
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-02-2009 10:45 PM
01-02-2009 10:45 PM
Re: 5406 config
when you have a configuration like
ip authorized-managers 192.168.1.35 255.255.255.255
ip authorized-managers 192.168.1.2
you will be able to telnet or http from only
the device with the above 2 ip addresses.
if you want to manage switch from 192.168.1.*
change the mask to 255.255.255.0 or else
add the ip addresses of all devices you want to
access switch through telnet or http by using
ip authorized-managers 192.168.*.*(replace * with your desired IP)
Always make one vlan as your management vlan
(default vlan 1) and never assign this as a user vlan.(don't assign management vlan ip to any user)
anil
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2009 04:01 AM
01-04-2009 04:01 AM
Re: 5406 config
I have one 5406 that connects 10 2610 switches. I must set the port in trunk mode but what is the command for that on a 2610?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP