- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP equivalent for Cisco clear ip route *
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2012 03:44 PM
06-11-2012 03:44 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2012 04:13 AM
06-12-2012 04:13 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2012 06:29 AM
06-12-2012 06:29 AM
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?