Use the following CLI command to create SVCs for IP prioritization and filtering:
- Create the SVC.
CLI> add fr port svcLANData
| Parameter | Range of Values | Required Action |
| <IfIndex> | INTEGER (1..255) | Enter the virtual port associated with the DNA. |
| <DNA> | Frame Relay DNA (as a quoted string) (1..34) | Enter the DNA prefix of the associated Virtual Port. Be sure to enclose the string in quotes without any spaces. |
| <TxPriority> | INTEGER (0..15) | This value determines the priority of this connection on the SVC. Enter a value between 0 and 15, with higher numbers indicating a higher priority. |
Example:
CLI> add fr port svcLANData 2 "123456789100" 2
To modify existing SVC parameters, use the following CLI command:
CLI> define fr port svcLANData
Refer to Configuring LAN Services for a complete description of SVC parameters.
CLI Procedure for Creating SPVCs