Hi
See,
Your setup should work fine, but the only thing you should know is that Native Vlan can't carry tagged traffic, as simple as that.
So some people usually change the Native Vlan on Cisco products to accomodate it with their switche's Default-Vlan.
What you need to do it:
- Make the native Vlan on Cisco router=Default-Vlan on procurve switches.
- Create a sub-interface for this native Vlan on the Gigaethernet0/0 port.
- Include this command:
(config)#interface gigabitethernet 0/0.1
(config-subif)#encapsulation dot1q native
- Give this sub-interface an ip address in the same range of the Swithces 192.168.1.0/24
example:
(config-subif)#ip address 192.168.1.240 255.255.255.0
Now, all the 192.168.1.0/24 should have Gateway pointed to sub-interface gigabitethernet 0/0.1 - 192.168.1.240 , not to the router router 192.168.1.251 , because this sub-interface with the others all forms the Inter-vlan Routing in your Network.
Finally, you attached before your network map and i can see one interface between the Cisco router and the Core switch 2825, so whats the router interface ip : 192.168.1.251 ?
Is it for the Gigabitethernet 0/0 that you are using for inter-vlan routing ?
If yes, then it doens't really need an IP address because its SUBINTERFACE gigabitethernet 0/0.1 has an IP.
For me, i understand your network like this, and i hope i'm right so that helped you.
Don;t forget to assing points to posts helped you.
Good luck !!!
Science for Everyone