Skip to content

Instantly share code, notes, and snippets.

@a60814billy
Last active April 29, 2019 10:21
Show Gist options
  • Save a60814billy/c8d3dbd3c7f8ff61b436c15e8f75fbc7 to your computer and use it in GitHub Desktop.
Save a60814billy/c8d3dbd3c7f8ff61b436c15e8f75fbc7 to your computer and use it in GitHub Desktop.
reset ospf router id
R3#show ip int bri
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 10.0.1.3 YES manual up up
Ethernet0/1 unassigned YES unset down down
Ethernet0/2 unassigned YES unset down down
Ethernet0/3 unassigned YES unset down down
Serial1/0 unassigned YES unset down down
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
Loopback8 8.8.8.8 YES manual up up
R3#
R3#clear ip ospf process
Reset ALL OSPF processes? [no]: yes
R3#
*Apr 29 10:17:14.086: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Ethernet0/0 from FULL to DOWN, Neighbor Down: Interface down or detached
*Apr 29 10:17:14.086: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.2.1 on Ethernet0/0 from FULL to DOWN, Neighbor Down: Interface down or detached
*Apr 29 10:17:14.092: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on Ethernet0/0 from LOADING to FULL, Loading Done
*Apr 29 10:17:14.092: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.2.1 on Ethernet0/0 from LOADING to FULL, Loading Done
R3#
R3#
R3#show ip os
R3#show ip osp
R3#show ip ospf | inc with
Routing Process "ospf 1" with ID 10.0.1.3
Supports NSSA (compatible with RFC 3101)
Router is not originating router-LSAs with maximum metric
R3#
R3#show run | sec router ospf 1
router ospf 1
network 8.8.8.8 0.0.0.0 area 0
network 10.0.1.0 0.0.0.255 area 0
default-information originate
Cisco IOS Software, Linux Software (I86BI_LINUX-ADVENTERPRISEK9-M), Version 15.5(2)T, DEVELOPMENT TEST SOFTWARE
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Thu 26-Mar-15 07:36 by prod_rel_team
ROM: Bootstrap program is Linux
R3 uptime is 45 minutes
System returned to ROM by reload at 0
System image file is "unix:/tmp/iou/lab_1/dev_13/i86bi_linux-adventerprisek9-ms.155-2.T.bi"
Last reload reason: Unknown reason
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Linux Unix (Intel-x86) processor with 349732K bytes of memory.
Processor board ID 13
4 Ethernet interfaces
4 Serial interfaces
64K bytes of NVRAM.
Configuration register is 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment