Aruba & ProVision-based
1752273 Members
4921 Online
108786 Solutions
New Discussion

HP equivalent for Cisco clear ip route *

 
JWag44
Occasional Advisor

HP equivalent for Cisco clear ip route *

Hi All,

 

I am trying to force a recalculation of a routing table.  In the Cisco world, one must use the command "clear ip route *" to force the routing protocol to recalculate.  In my specific case, I am using osfp in a multi-area design.

 

Is there an HP equivalent?

 

Thanks and best regards

2 REPLIES 2
J_Warren
Frequent Visitor

Re: HP equivalent for Cisco clear ip route *

CLI Reference chapter 15 states this:

 

If you change the ACL after you configure the OSPF distribution list, you must clear the IP route table to
place the changed ACL into effect. To clear the IP route table, enter the clear ip route command at the Privileged
EXEC level of the CLI.

JWag44
Occasional Advisor

Re: HP equivalent for Cisco clear ip route *

Ok, my bad.  I failed to mention I am working with the E series of switches.  Here is what is available after clear ip:

R1# clear ip
 ospf-statistics       Usage: clear ip ospf-statistics [ <ip-address>]Clears
                       OSPF interface statistics If [<ip-address>] specified
                       clears statistics for a given interface if the interface
                       is OSPF enabled.

 

R1(config)# clear ip route
Invalid input: route

 

MA2-5412-XR1(config)# clear
 arp                     Flush all non-permanent entries in the ARP cache.
 crypto                Remove client public keys from active configuration.
 intrusion-flags   Reset the Alert Flag on all ports.
 ip                       Clear all IP information.
 ipv6                   Clear all IPv6 information.
 link-keepalive    Reset link-keepalive counters for all UDLD enabled
                            ports.
 logging               Remove all event entries from the event log.
 mac-address     Clear learned MAC addresses.
 statistics            Reset all counters for the specified ports.
 syslog                Reset all the syslog sender statistics counter
                       information and statistics includes general,severity and
                       facility counters.

 

I am afraid to do clear ip by itself, what does it actually clear?