
Administration Commands
define_ip_dlc
2.31 define_ip_dlc
The define_ip_dlc command defines a new DLC for use with Enterprise Extender (HPR/IP). The command can also be used to modify an existing DLC, if the DLC is not currently active.
2.31.1 Supplied Parameters
Parameter name | Type | Length | Default |
[define_ip_dlc] |
|
|
|
dlc_name | character | 8 |
|
description | character | 31 | (null string) |
initially_active | constant |
| YES |
udp_port_llc | decimal |
| 12000 |
udp_port_network | decimal |
| 12001 |
udp_port_high | decimal |
| 12002 |
udp_port_medium | decimal |
| 12003 |
udp_port_low | decimal |
| 12004 |
ip_precedence_llc | decimal |
| 6 |
ip_precedence_network | decimal |
| 6 |
ip_precedence_high | decimal |
| 4 |
ip_precedence_medium | decimal |
| 2 |
ip_precedence_low | decimal |
| 1 |
no_dns_lookup | constant |
| NO |
Supplied parameters are:
dlc_name
Name of the DLC. This name is a character string using any locally displayable characters.
description
A text string describing the DLC. SNAplus2 uses this string for information only. It is stored in the node’s configuration file and returned on the query_dlc command.
initially_active
Specifies whether this DLC is automatically started when the node is started. Possible values are:
YES
The DLC is automatically started when the node is started.
NO
The DLC is automatically started only if a port or LS that uses the DLC is defined as initially active; otherwise, it must be manually started.
udp_port_llc
UDP port number used for LLC commands.
udp_port_network
UDP port number used for network priority traffic.
udp_port_high
UDP port number used for high priority traffic.
udp_port_medium
UDP port number used for medium priority traffic.
99