Switches, Hubs, and Modems
1753878 Members
7302 Online
108809 Solutions
New Discussion юеВ

Re: Procurve 2900-24G vlan question

 
Jon Autotalo
New Member

Procurve 2900-24G vlan question

Hi,
tired to put some vlan on my new 2900, but cannot get any traffic to route.
If I connect computer to the switch, configure with static ip, but still I cannot get this...

Here is my configuration. Any help on this on?

max-vlans 10
time timezone 120
time daylight-time-rule Western-Europe
web-management ssl
module 1 type J86xxA
module 3 type J90XXA
trunk 24 Trk1 Trunk
ip default-gateway 10.0.48.1
ip routing
snmp-server community "foo" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-4,10-19,21-23,A1-A4
no untagged 5-9,20,Trk1
exit
vlan 48
name "vlan48"
untagged 20,Trk1
ip address 10.0.48.112 255.255.255.0
tagged 1-4
exit
vlan 49
name "vlan49"
untagged 5-9
ip helper-address 10.0.48.16
ip address 10.0.49.1 255.255.255.0
tagged 20,Trk1
exit
vlan 50
name "vlan50"
ip address 10.0.50.1 255.255.255.0
tagged 10-14,20,Trk1
exit
vlan 51
name "vlan51"
ip address 10.0.51.1 255.255.255.0
tagged 15-20,Trk1
exit
no stack
primary-vlan 48
ip route 0.0.0.0 0.0.0.0 10.0.48.1
spanning-tree Trk1 priority 4
password manager
3 REPLIES 3
Mohieddin Kharnoub
Honored Contributor

Re: Procurve 2900-24G vlan question

Hi

The 2900 is capable of Inter-Vlan routing, but the Vlan IP address won;t be inserted in the routing table until it has one active link.

Execute : Who ip route, and see the output.

If you have all the Vlan's IPs in the routing table, then its a check the gateway of the end user.
Each end user's gateway should be the Vlan IP address on the 2900.

Note: The trunk is a logical link combines 2 or more physical ports on the switch,
And your trunk has one port only.

Good Luck !!!
Science for Everyone
BJ Selman
New Member

Re: Procurve 2900-24G vlan question

i tried executing the "who ip route" on my procurve 2900 and it didn't understand the command...
Mohieddin Kharnoub
Honored Contributor

Re: Procurve 2900-24G vlan question

My mistake, the command is:

Show ip route
Science for Everyone