R0106-HP MSR Router Series Fundamentals Command Reference(V7)

23
Views
User role interface policy view
Predefined user roles
network-admin
Parameters
interface interface-list: Specifies a space-separated list of up to 10 interface items. Each interface item
specifies one interface in the interface-type interface-number form or a range of interfaces in the
interface-type interface-number to interface-type interface-number form. If you specify an interface range,
the end interface must meet the following requirements:
Be the same type as the start interface.
Have a higher interface number than the start interface.
Usage guidelines
To permit a user role to access an interface after you configure the interface policy deny command, you
must add the interface to the permitted interface list of the policy. With the user role, you can perform the
following tasks to the interfaces in the permitted interface list:
Create, remove, or configure the interfaces.
Enter the interface views.
Specify the interfaces in feature commands.
The create and remove operations are available only for logical interfaces.
You can repeat the permit interface command to add permitted interfaces to a user role interface policy.
The undo permit interface command removes the entire list of permitted interfaces if you do not specify
any interfaces.
Any change to a user role interface policy takes effect only on users who log in with the user role after the
change.
Examples
1. Configure user role role1:
# Permit the user role role1 to execute all commands available in interface view and VLAN view.
<Sysname> system-view
[Sysname] role name role1
[Sysname-role-role1] rule 1 permit command system-view ; interface *
[Sysname-role-role1] rule 2 permit command system-view ; vlan *
# Permit the user role to access GigabitEthernet 2/1/0, and GigabitEthernet 2/1/4 to
GigabitEthernet 2/1/6.
[Sysname-role-role1] interface policy deny
[Sysname-role-role1-ifpolicy] permit interface gigabitethernet 2/1/0
gigabitethernet 2/1/4 to gigabitethernet 2/1/6
2. Verify that you cannot use the user role to work on any interfaces except GigabitEthernet 2/1/0
and GigabitEthernet 2/1/4 to GigabitEthernet 2/1/6:
# Verify that you can enter GigabitEthernet 2/1/0 interface view.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/0
[Sysname-GigabitEthernet2/1/0]