You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Tag Configuration 0x00D0
SwitchKit Name
TagConfig
Type
EXS API and SwitchKit API message
Description
Each line card and Matrix Controller card has battery-backed RAM that stores configuration information provided by the host. This message allows the host to assign a tag to a card’s configuration. after it has been configured. If the card configuration is modified, due to either Excel platform restoration of default values or host-initiated configuration commands, the tag is reset to 0.
The tag is reported to the host in the Card Status Report and Card Status Query messages. With this feature, the host can quickly determine if a card has the proper configuration. When a card’s configuration is modified, the tag is reset to 0, and the card must be retagged. In the event that the system is powered down, or a card is inserted, all battery-backed configuration is cleared.
Sent by
SwitchKit Code
C Structure
typedef struct {
UBYTE Slot;
unsigned short BrdTag;
} XL_TagConfig;
C++ Class
class XLC_TagConfig : public XLC_OutboundMessage {
public:
UBYTE getSlot() const;
void setSlot(UBYTE x);
unsigned short getBrdTag() const;
void setBrdTag(unsigned short x);
};
Overview of message
The following table provides an overview of this message. The table following it, provides the detail for each byte.
MESSAGE (White) |
RESPONSE (Gray) |
||
Byte |
Field Description |
Byte |
Field Description |
0 |
Frame (0xFE) |
0 |
Frame (0xFE) |
1, 2 |
Length (0xNNNN) |
1, 2 |
Length (0x0007) |
3, 4 |
Message Type (0x00D0) |
3, 4 |
Message Type (0x00D0) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
8 : |
Address Method |
8, 9 |
|
Number of AEs to follow |
10 |
Checksum |
|
AEs |
|
||
|
Tag MSB, LSB |
||
: |
Checksum |
EXS API Hex Format - Detailed
MESSAGE (White) |
RESPONSE (Gray) |
||
Byte |
Field Description |
Byte |
Field Description |
0 |
Frame (0xFE) |
0 |
Frame (0xFE) |
1, 2 |
Length (0xNNNN) |
1, 2 |
Length (0x0007) |
3, 4 |
Message Type (0x00D0) |
3, 4 |
Message Type (0x00D0) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
8 : |
AIB Address Method 0x00 - Individual AEs |
8, 9 |
Status MSB, LSB |
10 |
Checksum |
||
Number of AEs to follow |
|
||
AEs |
|||
: |
Tag MSB, LSB A two-byte number assigned by the host to identify a card’s configuration.
NOTE: The Tag value 0x0000 is reserved for untagged configurations. The following is a list of the messages that would reset the configuration tag of a line card only if they are successfully processed (for example, the host receives a response Status of Positive Acknowledgment, 0x10). |
||
|
T-ONE, E-ONE, DS3 These messages reset the configuration tags of T-ONE, E-ONE, and DS3 cards:
Answer Supervision Mode Configure Assign Logical Span ID B Channel Configure Busy Out Flag Configure D Channel Assign D Channel De-assign D Channel Facility List Configure DS3 Configure-Query (DS3 card only - when changing DS3 framer) Distant End Release Mode Configure E1 Span Configure Filter Timer Configure Flash Timing Configure Inpulsing Parameter Configure Inseize Instruction List Configure Local End Release Mode Configure Outseize Instruction List Configure PCM Encoding Format Configure PPL Assign PPL Audit Configure PPL Configure PPL Timer Configure PPL Transmit Signal Configure Product License Download Receive Signaling Configure Service State Configure Span Filter Configure Start Dial Configure T1 Span Configure Transmit Signaling Configure Trunk Type Configure |
||
|
J-ONE, SJ1LC These messages reset the configuration tags of J-ONE cards:
Assign Logical Span ID D Channel De-assign J1 Span Configure Service State Configure Span Filter Configure
These messages will reset the configuration tags DSP-ONE cards: Call Progress Analysis Class Configure Call Progress Analysis Pattern Configure DSP SIMM Configure Service State Configure Transmit Cadence Pattern Configure Transmit Tone Configure
|
||
|
ISDN PRI These messages will reset the configuration tags of ISDN PRI cards:
Answer Supervision Mode Configure B Channel Configure D Channel Assign D Channel De-assign D Channel Facility List Configure Distant End Release Mode Configure ISDN Interface Configure ISDN Profile Configure ISDN Terminal Configure Local End Release Mode Configure Outseize Instruction List Configure PCM Encoding Format Configure PPL Assign PPL Audit Configure PPL Configure PPL Delete PPL Transmit Signal Configure Service State Configure
|
||
|
These messages will reset the configuration tags of SS7 cards:
Answer Supervision Mode Configure Distant End Release Mode Configure Local End Release Mode Configure Outseize Instruction List Configure PCM Encoding Format Configure PPL Assign PPL Audit Configure PPL Configure PPL Delete PPL Timer Configure Product License Download Reset Configuration Service State Configure SS7 CIC Configure SS7 ISUP Message Format Configure SS7 Signaling Link Configure SS7 Signaling Link Set Configure SS7 Signaling Route Configure SS7 Signaling Stack Configure
|
||
|
EXNET-ONE These messages will reset the configuration tags of EXNET-ONE cards:
EXNET Ring Configure Service State Configure * Loop Timing Configure
* The ring service state is not specific to a particular card therefore changing it does not reset the configuration tags of the EXNET-ONE card. |
||
: |
Checksum |