Hi,
I am trying to convert a Cisco 1900 router config into a working config for a HP 2920.
We have Site A Router 192.168.104.25 and Site B Router 192.9.200.25 connected via P2P Fibre Link on 192.168.1.1 and 192.168.1.2. The customer would like to remove the routers and implement a Layer 3 stack.
The issue I am having is configuring multiple interfaces to act as gateways. On Cisco L3 I just run no switchport, assign an IP and it works but I cannot seem to figure out the HP Way.
Any assistance on setting the ip address for each gateway please?
Thanks in advance
interface GigabitEthernet0/0
ip address 192.168.118.254 255.255.255.0 secondary
ip address 192.9.200.25 255.255.254.0
ip virtual-reassembly in
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface GigabitEthernet0/1
ip address 192.1.1.2 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
no cdp enable
no mop enabled
!
router ospf 10
network 192.168.118.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
ip http server
ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 192.9.200.20
ip route 192.9.200.0 255.255.254.0 192.1.1.1
ip route 192.168.101.0 255.255.255.0 192.1.1.1
ip route 192.168.102.0 255.255.255.0 192.9.200.201
ip route 192.168.104.0 255.255.254.0 192.1.1.1
ip route 192.168.108.0 255.255.255.0 192.9.200.104
ip route 192.168.117.0 255.255.255.0 192.1.1.1
ip route 192.168.118.0 255.255.255.0 192.168.118.1
interface GigabitEthernet0/0
description $ETH-LAN$
ip address 192.168.104.25 255.255.254.0
ip virtual-reassembly
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface GigabitEthernet0/1
description $ETH-WAN$
ip address 192.1.1.1 255.255.255.0
ip virtual-reassembly
duplex auto
speed auto
no cdp enable
no mop enabled
!
router ospf 10
log-adjacency-changes
network 192.168.117.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
ip http server
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 0.0.0.0 0.0.0.0 192.1.1.2
ip route 192.168.101.0 255.255.255.0 192.168.104.27
ip route 192.168.117.0 255.255.255.0 192.168.104.27