AutoPatrol, Bureaucrats, Administrators
683
edits
m |
|||
Line 12: | Line 12: | ||
|- | |- | ||
! Name !! Type !! Description | ! Name !! Type !! Description | ||
|- | |||
| adminState || int32 || Administrative state | |||
|- | |- | ||
| bridgePortNumber || uint32 || Bridge port number for this interface | | bridgePortNumber || uint32 || Bridge port number for this interface | ||
Line 18: | Line 20: | ||
|- | |- | ||
| description || string || Interface description | | description || string || Interface description | ||
|- | |||
| dot1xPaeAuthState || int32 || 802.1x PAE authentication state | |||
|- | |||
| dot1xBackendAuthState || int32 || 802.1x back-end authentication state | |||
|- | |- | ||
| id || uint32 || Object identifier | | id || uint32 || Object identifier | ||
Line 38: | Line 44: | ||
|- | |- | ||
| name || string || Object name | | name || string || Object name | ||
|- | |||
| operState || int32 || Operational state | |||
|- | |- | ||
| status || int32 || Object status | | status || int32 || Object status | ||
|} | |||
Possible values for '''adminState''' and '''operState''' are following: | |||
{| class="wikitable" | |||
|- | |||
! Value !! Meaning | |||
|- | |||
| 0 || Unknown | |||
|- | |||
| 1 || Up | |||
|- | |||
| 2 || Down | |||
|- | |||
| 3 || Testing | |||
|} | |} |