E
E
Eugene2019-09-04 14:45:31
Computer networks
Eugene, 2019-09-04 14:45:31

Routing between VLAN Hp1950?

We have 2 HP 1950 in the stack. VLANs, VLAN-Interfaces are configured.
ACLs are also specified but not included in the packet filter.
Create a static-route on the router to the Internet in vlan 400 (vlan interface 192.168.1.1)
From the cli of the switches, ping to the external network and to the router (192.168.1.1) goes. If you remove static -route disappears, as intended.
With VLAN1, which is acceptable by default, we see vlan-interface 192.168.1.2 (this is the vlan 400 interface, and packets do not go further).
I am attaching the configuration.
#
irf domain 15
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 5 priority 9
irf member 6 priority 1
#
dhcp enable
#
dns server 8.8.8.8
#
vlan 1
description server's, manage switch STATIC
#
vlan 12
description meeting room, DHCP
#
vlan 400
description internet, STATIC
#
vlan 500
description unifi server,wi-fi cap DHCP
#
irf-port 5/1
port group interface Ten-GigabitEthernet5/0/51
#
irf-port 6/2
port group interface Ten-GigabitEthernet6/0/51
#
stp global enable
#
dhcp server ip-pool "vlan 12 pool"
gateway-list 192.168.12.1
network 192.168. 12.0 mask 255.255.255.0
dns-list 10.10.5.1
domain-name college.local
expired day 1 hour 8
#
dhcp server ip-pool "vlan 500 pool"
gateway-list 172.16.1.1
network 172.16.1.0 mask 255.255.255.0
dns-list 8.8.8.8
expired day 1 hour 1
#
interface NULL0
#
interface Vlan-interface1
ip address 10.10.10.1 255.255.255.0
undo dhcp select server
#
interface Vlan-interface12
ip address 192.168.12.1 255.255.255.0
#
interface Vlan-interface400
mtu 1450
ip address 192.168.1.2 255.25
server
selectdo
interface Vlan-interface500
ip address 172.16.1.1 255.255.255.0
#
interface GigabitEthernet5/0/33
port access vlan 12
#
interface GigabitEthernet5/0/37
port link-type trunk
port trunk permit vlan 1 10 400
port trunk pvid vlan 22
mvrp enable
interface GigabitEthernet6/0/17
port access vlan 14
#
interface GigabitEthernet6 /0/33
port access vlan 12
#
interface GigabitEthernet6/0/37
port access vlan 400
#
interface GigabitEthernet6/0/38
port access vlan 400
#
interface GigabitEthernet6/0/47
port access vlan 500
#
interface GigabitEthernet6/0/48
port access vlan 500
#
ip route-static 0.0.0.0 0 Vlan-interface400 192.168.1.1 preference 10 tag 1
#
ssh server enable
#
acl advanced 6666

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Barbolin, 2019-09-04
@DrESD1989

What GW does the client have in the vlan400 network?
interface Vlan-interface400
mtu 1450
ip address 192.168.1.2 255.255.255.0
undo dhcp select server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question