/AWS1/CL_NWMCORENETROUTINGIN00¶
Routing information for a core network, including route details and BGP attributes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_prefix TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The IP prefix for the route.
io_nexthop TYPE REF TO /AWS1/CL_NWMROUTINGINFMTIONN00 /AWS1/CL_NWMROUTINGINFMTIONN00¶
The next hop information for the route.
iv_localpreference TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The BGP local preference value for the route.
iv_med TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The BGP Multi-Exit Discriminator (MED) value for the route.
it_aspath TYPE /AWS1/CL_NWMCONSTRAINEDSTRLS00=>TT_CONSTRAINEDSTRINGLIST TT_CONSTRAINEDSTRINGLIST¶
The BGP AS path for the route.
it_communities TYPE /AWS1/CL_NWMCONSTRAINEDSTRLS00=>TT_CONSTRAINEDSTRINGLIST TT_CONSTRAINEDSTRINGLIST¶
The BGP community values for the route.
Queryable Attributes¶
Prefix¶
The IP prefix for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
NextHop¶
The next hop information for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTHOP() |
Getter for NEXTHOP |
LocalPreference¶
The BGP local preference value for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALPREFERENCE() |
Getter for LOCALPREFERENCE, with configurable default |
ASK_LOCALPREFERENCE() |
Getter for LOCALPREFERENCE w/ exceptions if field has no val |
HAS_LOCALPREFERENCE() |
Determine if LOCALPREFERENCE has a value |
Med¶
The BGP Multi-Exit Discriminator (MED) value for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MED() |
Getter for MED, with configurable default |
ASK_MED() |
Getter for MED w/ exceptions if field has no value |
HAS_MED() |
Determine if MED has a value |
AsPath¶
The BGP AS path for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASPATH() |
Getter for ASPATH, with configurable default |
ASK_ASPATH() |
Getter for ASPATH w/ exceptions if field has no value |
HAS_ASPATH() |
Determine if ASPATH has a value |
Communities¶
The BGP community values for the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMUNITIES() |
Getter for COMMUNITIES, with configurable default |
ASK_COMMUNITIES() |
Getter for COMMUNITIES w/ exceptions if field has no value |
HAS_COMMUNITIES() |
Determine if COMMUNITIES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CORENETROUTINGINFMTIONLIST¶
TYPES TT_CORENETROUTINGINFMTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMCORENETROUTINGIN00 WITH DEFAULT KEY
.