OLT2406 User’s Guide
624
85.12.1 Service Access Control Command Example
This example disables all SNMP and ICMP access to the OLT.
85.13 Remote Management Commands
Use these commands to specify a group of one or more “trusted computers” from which an
administrator may use one or more services to manage the OLT.
85.13.1 Remote Management Command Example
This example allows computers in subnet 172.16.37.0/24 to access the OLT through any service except
SNMP, allows the computer at 192.168.10.1 to access the OLT only through SNMP, and prevents other
computers from accessing the OLT at all.
OLT2406# configure
OLT2406(config)# no service-control snmp
OLT2406(config)# no service-control icmp
OLT2406(config)# exit
Table 329 Remote Management Commands
COMMAND DESCRIPTION M P
show remote-management [index]
Displays all secured client information or,
optionally, a specific group of secured clients.
index: 1-4
E3
remote-management <index>
Enables the specified group of trusted
computers.
C13
no remote-management <index>
Disables the specified group of trusted
computers.
C13
remote-management <index> start-
addr <ip> end-addr <ip> service
<[telnet] [ftp] [http] [icmp]
[snmp] [ssh] [https]>
Specifies a group of trusted computer(s) from
which an administrator may use the specified
service(s) to manage the OLT. Group 0.0.0.0 -
0.0.0.0 refers to every computer.
C13
no remote-management <index>
service <[telnet] [ftp] [http]
[icmp] [snmp] [ssh] [https]>
Disables the specified service(s) for the specified
group of trusted computes.
C13
OLT2406# configure
OLT2406(config)# remote-management 1 start-addr 172.16.37.0 end-addr
172.16.37.255 service telnet ftp http icmp ssh https
OLT2406(config)# remote-management 2 start-addr 192.168.10.1 end-addr
192.168.10.1 service snmp
OLT2406(config)# exit