To remove spanning-tree instance ist path-cost 20000 on interface 44, you will have to set the path-cost to auto.
- Before configuring ‘spanning-tree instance ist path-cost 20000’ on interface 44:
HP-2920-48G-POE+(config)# sh run int 44
Running configuration:
interface 44
name "//LAN-to-MFN//"
untagged vlan 1
exit
HP-2920-48G-POE+(config)# sh spanning-tree instance ist detail
Port : 44
Enabled : Yes
Role : Disabled
State :
Priority : 128
Internal Path Cost : Auto
Internal Root Path Cost : 0
Regional Root ID :
Designated Bridge ID :
Designated Port ID :
Exceeded-hops BPDUs Count : 0
TC Detected : 0
TC Flag Transmitted : 0
TC Flag Received : 0
- After configuring ‘spanning-tree instance ist path-cost 20000’ on interface 44:
HP-2920-48G-POE+(config)# spanning-tree instance ist 44 path-cost 20000
HP-2920-48G-POE+(config)# sh run int 44
Running configuration:
interface 44
name "//LAN-to-MFN//"
untagged vlan 1
spanning-tree instance ist path-cost 20000
exit
HP-2920-48G-POE+(config)# sh spanning-tree instance ist detail
Port : 44
Enabled : Yes
Role : Disabled
State :
Priority : 128
Internal Path Cost : 20000
Internal Root Path Cost : 0
Regional Root ID :
Designated Bridge ID :
Designated Port ID :
Exceeded-hops BPDUs Count : 0
TC Detected : 0
TC Flag Transmitted : 0
TC Flag Received : 0
- To delete/remove spanning-tree instance ist path-cost to auto from 20000,please configure the following:
HP-2920-48G-POE+(config)# spanning-tree instance ist 44 path-cost auto
HP-2920-48G-POE+(config)# sh run int 44
Running configuration:
interface 44
name "//LAN-to-MFN//"
untagged vlan 1
exit
HP-2920-48G-POE+(config)# sh spanning-tree instance ist detail
Port : 44
Enabled : Yes
Role : Disabled
State :
Priority : 128
Internal Path Cost : Auto
Internal Root Path Cost : 0
Regional Root ID :
Designated Bridge ID :
Designated Port ID :
Exceeded-hops BPDUs Count : 0
TC Detected : 0
TC Flag Transmitted : 0
TC Flag Received : 0
Hope this helps :)