cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
0
Helpful
3
Replies

HSRP Config

aessome
Level 1
Level 1

Hello,

cann somone tell me if this config is ok ? both router are Red. connected on 2 ISP 7500 series and on 2 Cisco 535 PIX

thanks for help

Router1#

interface FastEthernet0/0

description Connection to ISP

ip address 213.60.26.5 255.255.255.224

ip verify unicast reverse-path

no ip redirects

no ip route-cache

no ip mroute-cache

No ip proxy-arp

No cdp enable

No ip directed-broadcast

No ip unreachable

speed 100

full-duplex

standby 1 ip 213.60.26.4 255.255.255.224

standby 1 timers 3 10

standby 1 priority 105 preempt

standby 1 authentication eth_r1r2

standby 1 track Fastethernet 0/1

!

interface FastEthernet0/1

description Connection to PIX1

ip address 213.60.26.34 255.255.255.224

no ip redirects

no ip route-cache

no ip mroute-cache

No ip proxy-arp

No cdp enable

No ip directed-broadcast

No ip unreachable

speed 100

full-duplex

standby 1 ip 213.60.26.33

standby 1 timers 3 10

standby 1 priority 105 preempt

standby 1 authentication eth_r1r2

standby 1 track Fastethernet 0/0

-------------------------------------------

Router2#

interface FastEthernet0/0

description Connection to ISP

ip address 213.60.26.6 255.255.255.224

ip verify unicast reverse-path

no ip redirects

no ip route-cache

no ip mroute-cache

No ip proxy-arp

No cdp enable

No ip directed-broadcast

No ip unreachable

speed 100

full-duplex

standby 1 ip 213.60.26.4 255.255.255.224

standby 1 timers 3 10

standby 1 priority 105 preempt

standby 1 authentication eth_r1r2

standby 1 track Fastethernet 0/1

!

interface FastEthernet0/1

description Connection to PIX2

ip address 213.60.26.35 255.255.255.224

no ip redirects

no ip route-cache

no ip mroute-cache

No ip proxy-arp

No cdp enable

No ip directed-broadcast

No ip unreachable

speed 100

full-duplex

standby 1 ip 213.60.26.33

standby 1 timers 3 10

standby 1 priority 105 preempt

standby 1 authentication eth_r1r2

standby 1 track Fastethernet 0/0

3 Replies 3

preddyi
Level 3
Level 3

Are you using any Layer 2 Switch in the path to connect to Pix / Routers and Routers to ISP Routers

I mean like this

Router1 Fa0/1-- L2 Switch --PIX1

Router2 Fa0/1-- L2 Switch --PIX2

Same way while conecting Fa0/0 towards ISP routers.

(Here L2 switch only one Switch)

Also are you using PIX in redundant mode

Router1 Fa0/1-- L2 Switch --PIX1 (yes)

Router2 Fa0/1-- L2 Switch --PIX2 (yes)

Same way while conecting Fa0/0 towards ISP routers. (yes)

(Here L2 switch only one Switch) (yes)

Also are you using PIX in redundant mode (yes)

Perfect,

So your configuration should work fine, providing redundancy for LAN/WAN link failure of the the router or PIX failure.

Review Cisco Networking for a $25 gift card