4.80 chg-ip-card
Use this command to provision IP networking parameters for a given card.
Parameters
- loc (mandatory)
- Card location. The unique identifier of a specific
application subsystem located in the STP.
- Range:
- 1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 5308, 5311 - 5318, 6101 - 6108, 6111 - 6118, 1113, 1115
- bpipaddr (optional)
- Bonded Port IPv4 address. This parameter specifies an IPv4 address for the card in the specified location.
- bpsubmask (optional)
- Bonded Port IPv4 submask.
- Range:
- The value must be valid for the class of the entered IP address.
- Valid for Class A Networks
-
- 255.0.0
- 255.192.0
- 255.224.0
- 255.240.0
- 255.248.0
- 255.252.0
- 255.254.0
- 255.255.128.0
- Valid for Class A or B Networks
-
- 255.255.0.0
- 255.255.192.0
- 255.255.224.0
- 255.255.240.0
- 255.255.248.0
- 255.255.252.0
- 255.255.254.0
- 255.255.255.128
- Valid for Class A, B, or C Networks
-
- 255.255.255.0
- 255.255.255.192
- 255.255.255.224
- 255.255.255.240
- 255.255.255.248
- 255.255.255.252
- defrouter (optional)
- Default router IP address. This is a TCP/IP address expressed in standard dot notation. IP addresses consist of the system’s network number and the machine’s unique host number. An example IP address is 192.126.100.5, where 192.126.100 is the network number and 5 is the machine’s host number.
- dnsa (optional)
- IP address for Domain Name Server A. TCP/IP address expressed in standard dot notation. IP addresses consist of the system’s network number and the machine’s unique host number. An example IP address is 192.126.100.5, where 192.126.100 is the network number and 5 is the machine’s host number.
- dnsa6 (optional)
- The IPv6 address for Domain Name Server A.
dsna6 address should be enclosed in double quotes (" ").
- dnsb (optional)
- IP address for Domain Name Server B. TCP/IP address expressed in standard dot notation. IP addresses consist of the system’s network number and the machine’s unique host number. An example IP address is 192.126.100.5, where 192.126.100 is the network number and 5 is the machine’s host number.
- domain (optional)
- Domain name of the Domain server.
- dscp (optional)
- This parameter specifies the dscp value that shall be set for outbound messages for SIGTRAN cards.
- rstdomain (optional)
- Reset Domain Name. This parameter is used to reset the Domain Name to a NULL value.
- sctpcsum (optional)
-
SCTP checksum algorithm. This parameter specifies the configured SCTP checksum algorithm for a specific card.
The system-wide setting for the SCTP checksum algorithm type (see the
chg-sg-opts
command) takes precedence over the setting for an individual card. Thechg-sg-opts:sctpcsum=percard
command must be entered before thechg-ip-card:sctpsum=
command can be entered.
Example
chg-ip-card:loc=1211:dnsa=150.1.1.1:domain=nc.tekelec.com:defrouter=150.1.1.105
chg-ip-card:loc=1107:sctpcsum=adler32
chg-ip-card:dscp=4
Dependencies
At least one optional parameter must be specified.
The value specified for the loc parameter must correspond to the location of a card that can run an IP application (other than the eroute application, which is not supported by this command). For a list of the cards and their associated applications, see Table A-9.
The card in the location specified by the loc parameter must be inhibited before this command can be entered.
If the domain parameter is specified, the rstdomain parameter cannot be specified.
The default router IP address cannot be an existing IP link address.
The default router IP address must be local to one of the card's Ethernet network(s).
If the card in the location specified by the loc parameter is not an E5-SM4G or E5-SM8G-B card then the bpipaddr and bpsubmask parameters cannot be specified.
The IP address specified by the bpipaddr and bpsubmask parameters must be unique.
The bpipaddr parameter must be specified before the bpsubmask parameter can be specified.
A valid value must be specified for the bpsubmask parameter.
If the bpipaddr parameter is specified, then the bpsubmask parameter must be specified.
The
chg-sg-opts:sctpsum=percard
command
must be entered before the
sctpsum parameter can be specified
in the
chg-ip-card
command.
A valid value must be specified for the domain parameter. If the value contains a hyphen, then the host name must be enclosed within quotation marks.
Notes
The Domain Name has a 120 character limitation.
Table 4-9 Standard DSCP Values
DSCP Class | DSCP (bin) | DSCP (hex) | DSCP (dec) |
---|---|---|---|
NONE | 000000 | 0×00 | 0 |
CS1 | 001000 | 0×08 | 8 |
AF11 | 001010 | 0×0A | 10 |
AF12 | 001100 | 0×0C | 12 |
AF13 | 001110 | 0×0E | 14 |
CS2 | 010000 | 0×10 | 16 |
AF21 | 010010 | 0×12 | 18 |
AF22 | 010100 | 0×14 | 20 |
AF23 | 010110 | 0×16 | 22 |
CS3 | 011000 | 0×18 | 24 |
AF31 | 011010 | 0×1A | 26 |
AF32 | 011100 | 0×1C | 28 |
AF33 | 011110 | 0×1E | 30 |
CS4 | 100000 | 0×20 | 32 |
AF41 | 100010 | 0×22 | 34 |
AF42 | 100100 | 0×34 | 36 |
AF43 | 100110 | 0×26 | 38 |
CS5 | 101000 | 0×28 | 40 |
EF | 101110 | 0×2E | 46 |
CS6 | 110000 | 0×30 | 48 |
CS7 | 111000 | 0×38 | 56 |
Output
chg-ip-card:loc=1211:dnsa=150.1.1.1:domain=nc.tekelec.com:defrouter=150.1.1.105:
sctpcsum=adler32
rlghncxa03w 08-02-22 15:35:05 EST EAGLE 38.0.0
CHG-IP-CARD: MASP A - COMPLTD
;
chg-ip-card:dscp=10
rlghncxa03w 13-09-24 16:56:31 EST EAGLE 46.0.0
CHG-IP-CARD: MASP A - COMPLTD
;
Related Topics