Difference between revisions of "NXSL:Interface"
Jump to navigation
Jump to search
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 | |||
|} | |} |
Revision as of 15:38, 13 April 2012
Represents interface object.
Class Name
Interface
Attributes
Name | Type | Description |
---|---|---|
adminState | int32 | Administrative state |
bridgePortNumber | uint32 | Bridge port number for this interface |
comments | string | Comments |
description | string | Interface description |
dot1xPaeAuthState | int32 | 802.1x PAE authentication state |
dot1xBackendAuthState | int32 | 802.1x back-end authentication state |
id | uint32 | Object identifier |
ifIndex | int32 | Interface index |
ifType | int32 | Interface type |
isExcludedFromTopology | boolean | TRUE if this interface excluded from network topology |
isLoopback | boolean | TRUE if this interface is a loopback |
isManuallyCreated | boolean | TRUE if this interface object was created manually by NetXMS administrator |
isPhysicalPort | boolean | TRUE if this interface object represents physical port |
ipAddr | string | IP address |
ipNetMask | string | IP network mask |
name | string | Object name |
operState | int32 | Operational state |
status | int32 | Object status |
Possible values for adminState and operState are following:
Value | Meaning |
---|---|
0 | Unknown |
1 | Up |
2 | Down |
3 | Testing |