Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »



Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-RelayAgentFilter String Yes Example: RelayAgentFilter nameString Yes Namename Example: Relay Agent Filter 1
_new_name String No Add this field to overwrite the name field when you select the overwrite or merge option.

commentStringNoComment comment
circuit_id_ruleStringNo Circuit ID: Match
Value

is_circuit_id Example: MATCHES_VALUE

circuit_idStringNo Circuit ID circuit_id_name
remote_id_ruleStringNo Remote ID: Match
Value

is_remote_id Example: MATCHES_VALUE

remote_idIntegerNo Remote ID remote_id_name Example: 50


Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
EA-Site StringNo Extensible Attribute Site
extensible_ attributes
EA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 9.
EA-UsersStringNo Extensible Attribute Users
extensible_ attributes
EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 9.


Examples

This section contains examples of how to create data files for relay agent filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding a Relay Agent Filter

This example shows how to import a relay agent filter with a circuit ID and a remote ID.
header-RelayAgentFilter,name*,circuit_id_rule,circuit_id,remote_id_rule,remote_id RelayAgentFilter,relayagent1,MATCHES_VALUE,123456,MATCHES_VALUE,abcd

Overwriting Relay Agent Filter Data

This example shows how to overwrite the circuit ID and remote ID of an existing relay agent filter.
header-RelayAgentFilter,name*,circuit_id_rule,circuit_id,remote_id_rule remote_id RelayAgentFilter,relayagent1,MATCHES_VALUE,336699,MATCHES_VALUE,xyz

Merging Relay Agent Filter Data

This example shows how to merge a comment and extensible attribute Site to an existing relay agent filter.
header-RelayAgentFilter,name*,comment,EA-Site RelayAgentFilter,relayagent1,This is a comment.,USA

  • No labels