Unsolved
This post is more than 5 years old
1 Message
0
381
July 10th, 2007 11:00
How to unset a Cisco director setting?
For example, snmp-server port is wrong. I do not want to merely add the correct port, nor disable this one with the "no" command, but to remove the incorrect setting shown:
snmp-server host 171.25.17.84 version 2c public udp-port 2114
snmp-server host 171.25.17.84 version 2c public udp-port 2114
No Events found!


AranH1
2.2K Posts
0
July 11th, 2007 14:00
As with a lot of Cisco OS config commands, the way to modify a setting is just removing the incorrect setting and adding the correct setting using the "no snmp-server host ..." and "snmp-server host ..." commands. That is the way to modify the entry for that type of setting.
ConnectrixHelpe
259 Posts
0
July 25th, 2007 09:00
Thank you.