[c-nsp] HSRP added to SVI, IP accounting no longer works.

cisco group bundaberg440ml at gmail.com
Tue Sep 6 23:18:01 EDT 2011


Hi,

After adding HSRP to our SVI we are no longer receiving data in IP
accounting.  I have attached before and after configs.  Is anyone able
to indicate what would be causing this?  Is it CEF related?  Can we
run IP accounting or will we need to look at migrating towards
NetFlow?

Disclaimer - for privacy reasons I have hidden our real IP addresses,
and removed the HSRP authentication commands
####################################
# Before HSRP - IP accounting working
####################################

# Core 1
interface Vlan5
 ip address 10.0.2.1 255.255.255.0 secondary
 ip address 10.0.1.1 255.255.255.0
 ip accounting output-packets
 ip ospf priority 60

# Core 2
interface Vlan5
ip address 10.0.2.3 255.255.255.0 secondary
ip address 10.0.1.3 255.255.255.0
no ip redirects
ip accounting output-packets
ip ospf priority 50

####################################
# After HSRP, IP accounting no longer displays any data
####################################

# Core 1
interface Vlan5
 ip address 10.0.2.2 255.255.255.0 secondary
 ip address 10.0.1.2 255.255.255.0
 ip accounting output-packets
 ip ospf priority 60
 standby 9 ip 10.0.1.1
 standby 9 ip 10.0.2.1 secondary
 standby 9 priority 130
 standby 9 preempt delay minimum 60 sync 60
 standby 9 authentication ......

# Core 2
interface Vlan5
 ip address 10.0.2.3 255.255.255.0 secondary
 ip address 10.0.1.3 255.255.255.0
 no ip redirects
 ip accounting output-packets
 ip ospf priority 50
 standby 9 ip 10.0.1.1
 standby 9 ip 10.0.2.1 secondary
 standby 9 priority 120
 standby 9 preempt delay minimum 60 sync 60
 standby 9 authentication .......


More information about the cisco-nsp mailing list