Description | The CHsrpExtSecAddrEntry allows creation of secondary
IP Addresses for each cHsrpGrpEntry row.
Secondary addresses can be added by setting
cHsrpExtSecAddrRowStatus to be active. The value of
cHsrpExtSecAddrRowStatus may be set to destroy at any
time.
Entries may not be created via SNMP without explicitly setting
cHsrpExtSecAddrRowStatus to either 'createAndGo'
or 'createAndWait'.
Entries can be created and modified via the management
protocol or by the device's local management interface.
If the row is not active, and a local management interface
command modifies that row, the row may transition to active
state.
A row which is not in active state will timeout after a
configurable period (five minutes by default). This timeout
period can be changed by setting cHsrpConfigTimeout.
Before creation of a cHsrpExtSecAddrEntry row,
either cHsrpGrpConfiguredVirtualIpAddr or
cHsrpGrpLearnedVirtualIpAddr must have a valid IP Address.
This is because a secondary ip address cannot be created
unless the primary ip address has already been set.
To create a new cHsrpExtSecAddrEntry row, a management
station should choose the ifIndex of the interface which is to
be added as part of an HSRP group. Also, an HSRP group number
and a cHsrpExtSecAddrAddress should be chosen.
Deleting a {ifIndex, cHsrpGrpNumber} row in the
cHsrpGrpTable will delete all corresponding
rows in the cHsrpExtSecAddrTable.
Deleting a primary address value in the cHsrpGrpEntry row
will delete all secondary addresses for the same
{ifIndex, cHsrpGrpNumber} pair. |