Config¶
Leafs
- 
class 
Mpls.TeGlobalAttributes.MplsAdminGroups.AdminGroup.Config¶ Bases:
EntityClass Hierarchy:
MplsTeGlobalAttributesMplsAdminGroupsAdminGroupConfigThis class represents configuration data.
Configurable items for admin-groups
- 
admin_group_name¶ name for mpls admin-group
type: str
- 
bit_position¶ bit-position value for mpls admin-group. The value for the admin group is an integer that represents one of the bit positions in the admin-group bitmask. Values between 0 and 31 are interpreted as the original limit of 32 admin groups. Values >=32 are interpreted as extended admin group values as per RFC7308
type: int
range: 0..4294967295
-