03-31-2022 09:15 AM
In this section, you must apply layer 3 redundancy, so the ISP router is always reachable. Do the following:
Ping from both PCs to the server to verify connectivity and take note of the paths followed by the packet. You may use PDA packets.
6. Disable interface Gig0/0 on Gateway 1 and Ping from both PCs to the server to verify that connectivity is still available. The paths should be different from the last simulation.
7. Re-enable interface Gig0/0 on Gateway 1 and Ping from both PCs to the server. Verify that the packets go back through Gateway 1.
03-31-2022 09:36 AM
What is your question?
03-31-2022 10:05 AM
Hello,
change the default gateway on both PCs to 10.0.0.1, and use the configs below on the gateway routers:
Gateway_1#sh run
Building configuration...
Current configuration : 807 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Gateway_1
!
ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX152438S2
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 10.0.0.2 255.0.0.0
duplex auto
speed auto
standby 1 ip 10.0.0.1
standby 1 priority 110
standby 1 preempt
!
interface GigabitEthernet0/1
ip address 11.0.0.1 255.0.0.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
network 11.0.0.0 0.255.255.255 area 0
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
Gateway_2#sh run
Building configuration...
Current configuration : 764 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Gateway_2
!
ip cef
no ipv6 cef
!
license udi pid CISCO2901/K9 sn FTX1524BEX4
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 10.0.0.3 255.0.0.0
duplex auto
speed auto
standby 1 ip 10.0.0.1
!
interface GigabitEthernet0/1
ip address 12.0.0.1 255.0.0.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
network 12.0.0.0 0.255.255.255 area 0
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
03-31-2022 10:35 AM
how do i enable an hsrp on the pkt sent above?
03-31-2022 11:47 AM
Hello,
not sure what you mean. What do you want to enable ? Did you configure the routers as stated ? The exec command:
sh standby
tells you the status of the HSRP.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide