Symptom
The issue is with the Management port being UP/UP even though it is shut down in the Sysadmin VM .
Configuration before reload:
interface MgmtEth 0/rp0/0/0
ipv4 address 10.x.x.x/25
shutdown
default-gw 10.x.x.x
!
interface MgmtEth 0/rp1/0/0
ipv4 address 10.x.x.x/25
shutdown
default-gw 10.x.x.x
sysadmin-vm:0_RP0# show interface MgmtEth0/rp1/0/0
MgmtEth0/rp1/0/0 Link encap: Ethernet HWaddr 4c:4e:35:b6:97:de
inet addr: 10.x.x.x
DOWN BROADCAST MULTICAST MTU:9700 Metric:1
RX packets: 27 errors:0 dropped:0 overruns:0 frame:0
TX packets: 17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes: 1425 TX bytes: 1386
sysadmin-vm:0_RP0# hw-module location 0/rp1 reload
Reload hardware module ? [no,yes] yes
result Card graceful reload request on 0/RP1 succeeded.
After reload:
sysadmin-vm:0_RP0# show interface MgmtEth0/rp1/0/0
Thu May 12 00:58:13.456 UTC+00:00
MgmtEth0/rp1/0/0 Link encap: Ethernet HWaddr 4c:4e:35:b6:97:de
inet addr: 10.x.x.x.
UP BROADCAST MULTICAST MTU:9700 Metric:1
RX packets: 8 errors:0 dropped:0 overruns:0 frame:0
TX packets: 9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes: 368 TX bytes: 738
Conditions
Reload either RP0 or RP1 with the MgmtEth interfaces configured as shutdown.
Issue occurs regardless if the RP is reloaded via CLI or if the RP reloads for other reasons.
Workaround
None:
Recovery Action:
"no shut" and then "shut" the impacted interface via the Sysadmin VM configuration.
Example:
sysadmin-vm:0_RP1(config)# interface MgmtEth 0/rp0/0/0
sysadmin-vm:0_RP1(config-MgmtEth-0/rp0/0/0)# no shut
sysadmin-vm:0_RP1(config-MgmtEth-0/rp0/0/0)# commit
sysadmin-vm:0_RP1(config-MgmtEth-0/rp0/0/0)# shut
sysadmin-vm:0_RP1(config-MgmtEth-0/rp0/0/0)# commit
Further Problem Description