Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide
Chapter 2 Dynamic Routing Standby
Configuration Commands
3Com Corporation
2-3
Description
Use the standby routing-rule command to create a dynamic routing standby group
and assign a monitored network segment to it.
Use the undo standby routing-rule command to delete a monitored network segment
from the specified dynamic routing standby group or to delete the dynamic routing
standby group.
Note:
Each dynamic routing standby group may contain up to 255 monitored network
segments. The primary link of a dynamic routing standby group is regarded
disconnected only when the routes of all the monitored network segments in the group
are removed.
Example
# Configure dynamic routing standby group 1 to monitor routing to network segments
20.0.0.0 and 30.0.0.0.
[3Com ] standby routing-rule 1 ip 20.0.0.1 255.0.0.0
[3Com ] standby routing-rule 1 ip 30.0.0.1 255.0.0.0
# Delete dynamic routing standby group 1. The segments 20.0.0.0 and 30.0.0.0 will not
be monitored as the result.
[3Com ] undo standby routing-rule 1
# Remove monitored segment 30.0.0.0 from dynamic routing standby group 1.
[3Com ] undo standby routing-rule 1 ip 30.0.0.1 255.0.0.0