How to delete IP Address from a Nokia IPSO interface when VRRP enabled on the Interface :
#Check the mode if it is monitored:
dbget -rv ipsrd:instance:default:vrrp:interface:eth-s1p3c0
#Remove interface from vrrp monitoring:
dbset ipsrd:instance:default:vrrp:interface:eth-s1p3c0:mode
#Delete the interface IP Address
clish -c "delete interface eth-s1p3c0 address 192.168.150.5"
#Save the configs
dbset save
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.