Parameters for optimizing the discovery of ERX devices lists the parameters for optimizing the discovery of ERX devices.
Parameter name |
Filter type |
Default value |
Description |
---|---|---|---|
ERXIfExcludeSysPattern <name pattern> Example:
|
Inclusive |
* (By default, all discovered Juniper ERX devices will match this filter.) |
Identifies through a name pattern filter which Juniper ERX devices are to be subjected to the following two filters:
Any discovered ERX device whose Name attribute string matches the name pattern that is specified for this parameter will be subjected to these two filters. |
ERXIfExcludeTypePattern <interface type pattern> Example:
|
Exclusive |
1|23|126|134 |
A filter that restricts the creation of interfaces (ports) for the Juniper ERX devices that match the ERXIfExcludeSysPattern filter. The filtering is based on a specific interface type pattern. The ERXIfExcludeTypePattern filter is an exclusive-type filter: Any interface type that matches the filter is excluded, and any interface type that does not match the filter is included. |
ERXIfExcludeDescrPattern <interface description pattern> Example:
|
Exclusive |
~* |
A filter that restricts the creation of interfaces (ports) for the Juniper ERX devices that match the ERXIfExcludeSysPattern filter. The filtering is based on a specific interface description pattern. Like the ERXIfExcludeTypePattern filter, the ERXIfExcludeDescrPattern filter is an exclusive-type filter: Any interface description that matches the filter is excluded, and any interface description that does not match the filter is included. |
IFTypePattern-<ERX sysObjectID> <interface type pattern> Example:
|
Inclusive |
* |
A filter (standard filter) that further restricts the creation of interfaces (ports) for a Juniper ERX device based on a specific interface type pattern. Any interface type that matches the filter is included, and any interface type that does not match the filter is excluded.
Note:
In the case of an ifType exclude/include conflict, the ERXIfExcludeTypePattern filter has higher priority than the IFTypePattern filter. |
IFDescrPattern-<ERX sysObjectID> <interface description pattern> Example:
|
Inclusive |
~* |
A filter (standard filter) that further restricts the creation of interfaces (ports) for a Juniper ERX device based on a specific interface description pattern. Any interface description that matches the filter is included, and any interface description that does not match the filter is excluded. When this filter is used, the associated IFTypePattern filter is typically set to “~*”.
Note:
In the case of an ifDescr exclude/include conflict, the ERXIfExcludeDescrPattern filter has higher priority than the IFDescrPattern filter. |