Configure Security
This section provides a shortcut to provisioning the various security-related features. The features in Step 1 through Step 3 are available to admin users only.
| Note: Panorama PON maintains a daily log of all CLI command activity on a per-server basis. These logs are located in the Windows directory c:TellabsPanoramaPONbbmgrlogcliaudit. |
- Configure Craft RADIUS Login
- Enable:
ESUx> ne aaa authentication edit login radius admin=enabled protocol=chap local <enter> command completed ESUx> _ - Configure RADIUS servers:
ESUx> ne radius-server-group edit login-default server address=1.2.3.4 key=PASSWORD <enter> command completed ESUx> _
- Enable:
- Configure 802.1x/PAE RADIUS Login
- Enable:
ESUx> ne aaa authentication edit dot1x radius admin=enabled <enter> command completed ESUx> _
- Configure RADIUS servers:
ESUx> ne radius-server-group edit dot1x-default server address=1.2.3.4 key=PASSWORD <enter> command completed ESUx> _
- Configure PAE Profiles:
ESUx> profile pae create name=MyDot1XEnable admin=enabled <enter> command completed ESUx> _
- Assign PAE Profile to port:
ESUx> interface port edit port-id=1-2-3-4 pae=MyDot1XEnable <enter> command completed ESUx> _
-
Force re-authentication on the assigned port in the event of a suspected or actual security breach.
ESUx> interface port edit port-id=1-2-3-4 re-authenticate <enter> command completed ESUx> _
- Enable:
- Configure Trusted Hosts/Networks:
-
Enable:
ESUx> ne aaa trusted-host edit admin=enabled <enter> command completed ESUx> _
- Add Hosts:
orESUx> ne aaa trusted-host edit ip address=1.2.3.4 <enter> command completed ESUx> _
ESUx> ne aaa trusted-host edit ip address=172.28.0.0 size=16 <enter> command completed ESUx> _
-
- Configure PKI:

Note: Step 4 and Step 5 are performed while logged into the CLI as a CertificateAdmin user. - Load certificates via the console
orESUx> ne security key import terminal pem <enter>
ESUx> ne security pki-ca-trustpoint certificate import terminal pem <enter> ESUx> _ - Load certificates via HTTPS
ESUx> ne security key import pkcs12 url=https://-. <enter>
ESUx> ne security pki-ca-trustpoint certificate import pkcs12 url=https://- <enter> ESUx> _ - Enable DNS
ESUx> ne ip edit dns admin=enabled <enter> command completed ESUx> _
- Configure DNS Servers
ESUx> ne ip edit dns name-server address=1.2.3.4 <enter> command completed ESUx> _
- Enable Online Certificate Status Protocol (OCSP)
ESUx> ne security pki-ca-trustpoint ocsp edit admin=enabled <enter> command completed ESUx> _
- Configure OCSP Server
ESUx> ne security pki-ca-trustpoint ocsp edit url=http://myfavorite.com:80 <enter> command completed ESUx> _
- Load certificates via the console
- Configure PKI for AS-SIP to an Optical Network Terminal (ONT):
- Load certificates via the console
orESUx> ont security key import id=1-2-3 terminal pem <enter>
ESUx> ont security pki-ca-trustpoint id=1-2-3 certificate import terminal pem <enter> ESUx> _ - Load certificates via HTTPS
ESUx> ont security key import id=1-2-3 pkcs12 url=https://-. <enter>
ESUx> ont security pki-ca-trustpoint certificate import id=1-2-3 pkcs12 url=https://- <enter> ESUx> _
Previous | Next
- Load certificates via the console
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.