Loader

Trusted Host

Add or remove trusted-hosts. Trusted-hosts are allowed to access the management and utility applications. 

Information Note: **ne - Substitute olt for ne for the OLT2> on the CLI command path.
Warning Caution: When using Trusted-Host, keep in mind that you will only get CLI access to the management and utility applications with a trusted-host ip address. If the user is on a VPN, that ip address may change at login.
  • Command Path - >ne aaa trusted host 
  • Command Path - >olt aaa trusted host
  • Object - aaa
    • trusted-host Add/Remove trusted hosts allowed to access the management and utility applications.
      • edit Add or remove a trusted host IP. 
        • ip= set to ‘ip’ and provide an IP address or set to ‘no ip’ (ip | no ip)
          • address IP address of the target trusted host (ip address)
        • admin= Controls support for restricting access forenabled |disabled) 
      •  Sho - Trusted host status 
        • verbose - Display trusted-host attributes as verbose

Modify current trusted host, add a host, and change Admin state.

  1. From the ESUx> command line, input **ne aaa trusted-host edit admin=enabled ip=123.123.123.123, and press Enter. Output similar to the following is displayed:
    ESUx> **ne aaa trusted host edit admin=enabled ip=123.123.123.123 <enter>
    command completed
    ESUx>_

Modify current trusted host parameters, removing trusted host.

  1. From the ESUx> command line, input **ne aaa trusted-host edit no ip, and press Enter. Output similar to the following is displayed:
    ESUx> **ne aaa trusted-host edit ip <enter>
    address  : 123.123.123.123 <enter>
    ESUx> _

Display current trusted host parameters.

  1. From the ESUx> command line, input **ne aaa trusted-host show, and press Enter. Output similar to the following is displayed:
    ESUx> **ne aaa trusted-host show <enter>
    
    | Trusted Host Configuration                          |
    |==========================================|==========|
    | Trusted Hosts(s)/Network(s)              | Admin    |
    |==========================================|==========|
    | 172.28.134.41                            | enabled  |
    | 10.99.99.40                              | enabled  |
    | 10.99.99.55                              | enabled  |
    | 123.123.123.123                          | enabled  |
    |==========================================|==========|
    
    ESUx> _

Previous




FEEDBACK: Are you happy with this material?