To create an NE LI user profile on an NE using a CLI

Steps

You require NFM-P admin privileges to perform this procedure.

 

Open an SSH session on the NE as described in Chapter 10, Device CLI sessions .


Enter the following commands in sequence at the prompt to create an NE LI user profile. The following is a sample configuration:

configure system security profile li-prof ↵

default-action deny-all ↵

li ↵

entry 10 ↵

match “configure li” ↵

action permit ↵

exit ↵

entry 20 ↵

match “exit” ↵

action permit ↵

exit ↵

entry 30 ↵

match “help” ↵

action permit ↵

exit ↵

entry 40 ↵

match “back” ↵

action permit ↵

exit ↵

entry 50 ↵

match “show li” ↵

action permit ↵

exit ↵

entry 60 ↵

match “info” ↵

action permit ↵

exit ↵

entry 70 ↵

match “configure system security user” ↵

action permit ↵

exit ↵

entry 80 ↵

match “admin save” ↵

action permit ↵

exit ↵

exit all ↵

admin save ↵


Close the SSH session.


Right-click on the NE in the NFM-P topology map and choose Resync→Resync All MIBs from the contextual menu to update the NE configuration in the NFM-P.

End of steps