Setting system node parameters using tl1, Setting system node parameters using tl1 -21 – Carrier Access BROADway System 770-0125-AB User Manual
Page 69

BROADway - Release 4.00
3-21
Configuration
Setting System Node Parameters
Setting System Node Parameters Using TL1
To view system data (such as system name and system location), use the RTRV-UDATA TL1 command:
RTRV-UDATA::NSP:1234;
To edit system node parameters, use the ED-UDATA TL1 command:
ED-UDATA::NSP:1234::NODE_NAME,
ED-UDATA::NSP:1234::NODE_LOCATION,
ED-UDATA::NSP:1234::ADMIN_NAME,
ED-UDATA::NSP:1234::PHONE_NUMBER,
ED-UDATA::NSP:1234::EMAIL_ADDRESS,
ED-UDATA::NSP:1234::
—alphanumeric string of up to 20 characters that does not start with a number and
contains no spaces or special characters
—US or INT (for international)
Examples:
Name the BROADway node systemOne:
ED-UDATA::NSP:1234::NODE_NAME,systemOne;
Set the node location to Brookfield:
ED-UDATA::NSP:1234::NODE_LOCATION,Brookfield;
Set the administrator name to JoeTech:
ED-UDATA::NSP:1234::ADMIN_NAME,JoeTech;
Set the phone number of the administrator to phone2037403650:
ED-UDATA::NSP:1234::PHONE_NUMBER,phone2037403650
Set the email address of the administrator to [email protected]:
ED-UDATA::NSP:1234::EMAIL_ADDRESS,[email protected];
Set the system mode to U.S./Canada:
ED-UDATA::NSP:1234::US;
NOTE:
When you configure cards that can be T1 or E1, the interfaces on those cards will
be set to T1 by default. Those that can be SONET or SDH will default to SONET.
Set the system mode to International:
ED-UDATA::NSP:1234::INT;
NOTE:
When you configure cards that can be T1 or E1, the interfaces on those cards will
be set to E1 by default, those that can be SONET or SDH will default to SDH.
After performing a TL1 ENT or ED command (to add or edit information), you should become used to
using the corresponding RTRV command to verify that the changes were made correctly. For example,
after using the ED-UDATA command to edit system data, use the RTRV-UDATA::NSP:1234;
command to view system data.