To create an NE LI user account on an NE using a CLI
Steps
You require NFM-P admin privileges to perform this procedure.
1 |
Open an SSH session on the NE as described in Chapter 10, Device CLI sessions . |
2 |
Enter the following commands in sequence at the prompt to create an LI user: configure system security snmp ↵ access group “LI_group” security-model usm security-level privacy read “iso” write “iso” notify “iso” ↵ access group “LI_group” security-model usm security-level privacy context “li” exact read “li-view” write “li-view” notify “iso” ↵ exit all ↵ configure system security user LI_username ↵ password LI_password ↵ snmp group LI_group ↵ console member LI_profile ↵ console no member default ↵ exit all ↵ admin save ↵ where LI_group is the name of the LI user group on the NE LI_user is the name of the LI user account on the NE LI_password is the password for the LI user account on the NE LI_profile is the name of an LI user profile; see To create an NE LI user profile on an NE using a CLI for information about creating an LI user profile |
3 |
Close the SSH session. |
4 |
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 |