Help grow mySolvr into the world's most comprehensive open repository of internetwork intelligence. Learn more

logo

Recent Entries

Border Gateway Protocol (BGP) Conditional Advertisement is Broken in IOS
Pingsta Validated
Border Gateway Protocol (BGP) advertise map permit all prefixes, whether or not the pre...

Bug ID:

CSCin73487

Resolved In:

12.2(25)S1, 12.2(18)SXD, 12.2(18)SXE, 12.2(18)EW6

Symptom:

Border Gateway Protocol (BGP) advertise map permit all prefixes, whether or not the prefix exists as defined in the "non-exist-map" keyword.

Conditions:

This was observed when BGP conditional advertisement is configured with the "advertise-map" and "non-exist-map" keywords.

Workaround:

None

Solution:

Upgrade IOS to 12.2(25)S01, 12.2(18)SXD, 12.2(18)SXE, 12.2(18)EW6 and later.

Bookmark Link

tags Tags: advertise-map bgp cisco cscin73487 ios non-exist-map software
Type: Bug - Archive ID: 1.1144 - last updated Last Updated: 10 months ago - 137 Views

How to Disable Cisco IOS Call Home Feature
Pingsta Validated
Router# configure terminalRouter(config)# no service call-home Router(config)# exit
  • Router# configure terminal
  • Router(config)# no service call-home
  • Router(config)# exit

Bookmark Link

tags Tags: call home cisco ios network management software
Type: How-To - Archive ID: 2.43 - last updated Last Updated: 5 months ago - 121 Views

HWIF-QOS-ERR: Invalid QoS Port Type
Pingsta Validated
HWIF-QOS-ERR: Invalid QoS Port Type errors messages may be displayed after configuratio...
HWIF-QOS-ERR: Invalid QoS Port Type errors messages may be displayed after configurations are saved to a device (6500, 7600) with a cisco supervisor engine 720.

This would seem to be a cosmetic hardware interface descriptor block bug that is resolved in cisco ios 12.2(33)SXH and later.

Workaround: reboot the device.

Bookmark Link

tags Tags: 12.2(33)sxh 6500 7600 cisco cosmetic bug idb hwif-qos-err hwif-qos-err: invalid qos port ios qos software sup720
Type: Quick Tip - Archive ID: 4.22 - last updated Last Updated: about 1 year ago - 745 Views

Crashing a router
Pingsta Validated
To crash a router, issue the "router#test crash" hidden privilege EXEC command. Once th...
To crash a router, issue the "router#test crash" hidden privilege EXEC command. Once the command is issued, you will need to select "C" to reconfirm your intention and then you'll be asked to select a number corresponding to the type of crash you want executed.

For example:

Router#test crash

WARNING: Command selections marked with '(crash router)' will crash

router when issued. However a selection 'C' will need to

be issued IMMEDIATELY before these selections to enable them.
Type the number for the selected crash:

--------------------------------------
1 (crash router) Bus Error, due to invalid address access
2 (crash router) Bus Error, due to parity error in Main memory
3 (crash router) Bus Error, due to parity error in I/O memory
4 (crash router) Address Error, due to fetching code from odd address
5 (crash router) Jump to zero
6 (crash router) Software forced crash
7 (crash router) Illegal read of address zero
8 (crash router) Divide by zero
9 (crash router) Corrupt memory
C Enable crash router selection marked with (crash router)
U (crash router) User enter write bus error address
W (crash router) Software watchdog timeout (*** Watch Dog Timeout ***)
w (crash router) Process watchdog timeout (SYS-2-WATCHDOG)
d Disable crashinfo collection
e Enable crashinfo collection
i Display contents of current crashinfo flash file
n Change crashinfo flash file name
s Save crashinfo to current crashinfo flash file
q Exit crash menu
? C

!--- Enter C here and press return.

Type the number for the selected crash:

--------------------------------------

1 (crash router) Bus Error, due to invalid address access
2 (crash router) Bus Error, due to parity error in Main memory
3 (crash router) Bus Error, due to parity error in I/O memory
4 (crash router) Address Error, due to fetching code from odd address
5 (crash router) Jump to zero
6 (crash router) Software forced crash
7 (crash router) Illegal read of address zero
8 (crash router) Divide by zero
9 (crash router) Corrupt memory
C Enable crash router selection marked with (crash router)
U (crash router) User enter write bus error address
W (crash router) Software watchdog timeout (*** Watch Dog Timeout ***)
w (crash router) Process watchdog timeout (SYS-2-WATCHDOG)
d Disable crashinfo collection
e Enable crashinfo collection
i Display contents of current crashinfo flash file
n Change crashinfo flash file name
s Save crashinfo to current crashinfo flash file
q Exit crash menu
? 6

!--- Enter the number that corresponds to
!--- the crash type you want to test.

Unexpected exception, CPU signal 23, PC = 0x400E8DA8
-Traceback= 400E8DA8 40C6A4DC 404006E09C 400C477C 400C4768

$0 : 00000000, AT : 41B30000, v0 : 431A8F40, v1 : 00000032

Bookmark Link

tags Tags: cisco crash hidden command ios router software
Type: Quick Tip - Archive ID: 4.4 - last updated Last Updated: about 1 year ago - 429 Views

How to attach to a Cisco ESR 10000 linecard console
Pingsta Validated
To Connect To The Linecard Console use the interface console [Slot/Subslot] command as ...

To Connect To The Linecard Console

use the interface console [Slot/Subslot] command as shown below;

  • router#if-con [Slot/Subslot]

For example router#if-con 1/0

Depending on your IOS software, you may need to first enable service internal before the if-con command is enabled. Be sure to trun off service internal afterwards as it may impact performance and make available other normally hidden engineering debug commands that may impact the device negatively.

  • Router#conf t
  • Router(config)# service internal
  • Router(config)# exit

Router# if-con slot/subslot

When done, disable service internal;

  • Router#conf t
  • Router(config)# no service internal
  • Router(config)# exit

To Disconnect From The Linecard Console

  • Type "^C^C^C" or "if-quit"

 

Bookmark Link

tags Tags: 10000 cisco console hardware linecard
Type: How-To - Archive ID: 2.31 - last updated Last Updated: 6 months ago - 114 Views