LAN Routing
1753897 Members
7711 Online
108809 Solutions
New Discussion

HP A7510 InterVlan Routing

 
keyboardz_21
Occasional Contributor

HP A7510 InterVlan Routing

Hi,

 

i need to perform intervlan routing and below is my current config.

interface Vlan-interface1
ip address 172.16.16.253 255.255.248.0
#
interface Vlan-interface40
description PRINTERS
shutdown
ip address 172.16.40.1 255.255.254.0
#
interface Vlan-interface42
description SCANNERS
ip address 172.16.42.1 255.255.254.0
#
interface Vlan-interface44
description IP CAMERAS
ip address 172.16.44.1 255.255.254.0
#
interface Vlan-interface46
description DOOR ACCESS
ip address 172.16.46.1 255.255.254.0
#
interface Vlan-interface48
description PHOTOCOPIERS
ip address 172.16.48.1 255.255.254.0
#
interface Vlan-interface64
description CORE_NEW
ip address 10.106.64.1 255.255.255.0
#
interface Vlan-interface65
description DMZ_3
ip address 10.106.65.1 255.255.255.0
#
interface Vlan-interface66
description PRODUCTION_NEW
ip address 10.106.66.1 255.255.255.0

 

interface GigabitEthernet1/0/0/21
port link-mode route
ip address 172.16.200.2 255.255.255.0 

 

---connected to a firewall 172.16.200.1

please

 

Destination/Mask Proto Pre Cost NextHop Interface

0.0.0.0/0 Static 60 0 172.16.200.1 GE1/0/0/21
10.106.64.0/24 Direct 0 0 10.106.64.1 Vlan64
10.106.64.1/32 Direct 0 0 127.0.0.1 InLoop0
10.106.65.0/24 Direct 0 0 10.106.65.1 Vlan65
10.106.65.1/32 Direct 0 0 127.0.0.1 InLoop0
10.106.66.0/24 Direct 0 0 10.106.66.1 Vlan66
10.106.66.1/32 Direct 0 0 127.0.0.1 InLoop0
10.106.67.0/24 Direct 0 0 10.106.67.2 Vlan67
10.106.67.2/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.16.0/21 Direct 0 0 172.16.16.253 Vlan1
172.16.16.253/32 Direct 0 0 127.0.0.1 InLoop0
172.16.42.0/23 Direct 0 0 172.16.42.1 Vlan42
172.16.42.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.44.0/23 Direct 0 0 172.16.44.1 Vlan44
172.16.44.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.46.0/23 Direct 0 0 172.16.46.1 Vlan46
172.16.46.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.48.0/23 Direct 0 0 172.16.48.1 Vlan48
172.16.48.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.64.0/18 Direct 0 0 172.16.80.1 Vlan80
172.16.80.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.88.0/21 Direct 0 0 172.16.88.1 Vlan88
172.16.88.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.128.0/18 Direct 0 0 172.16.128.1 Vlan128
172.16.128.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.200.0/24 Direct 0 0 172.16.200.2 GE1/0/0/21
172.16.200.2/32 Direct 0 0 127.0.0.1 InLoop0
172.16.220.0/23 Direct 0 0 172.16.220.1 Vlan220
172.16.220.1/32 Direct 0 0 127.0.0.1 InLoop0

 

 

 

 

1 REPLY 1
HP-Browniee
Respected Contributor

Re: HP A7510 InterVlan Routing

Hello

Did u enable ip routing on the switch?

Kind regards