To edit an existing manager access entry
To change the mask or access level for an existing entry, use the entry’s IP address and enter the new value(s). (Notice that any parameters not included in the command will be set to their default.):
switch(config)# ip authorized-managers
10.28.227.101 255.255.255.0 access operator
The above command replaces the existing mask and access level for IP address 10.28.227.101 with
255.255.255.0
and
operator
.
The following command replaces the existing mask and access level for IP address 10.28.227.101 with
255.255.255.255
and
manager
(the defaults) because the command does not specify either of these parameters.
switch(config)# ip authorized-managers 10.28.227.101