Adds a port or time_slot-list to the specified TDM service.
tdm |
Time Division Multiplexing. |
service |
Provider provisioned TDM service. |
circuit |
TDM circuit service. |
service_name |
TDM service name. |
add |
Add specified TDM circuit as a service. |
port |
TDM port number. |
time_slot_list |
TDM time slot list. |
all |
All TDM time slots. |
N/A.
A structure-aware TDM circuit can be created by adding time slots from a framed T1/E1 port to the service. A structure-agnostic TDM bit-stream is created by adding an unframed T1/E1 port to the service.
Adding an unframed TDM port to a bundle would not require the time-slots token. The command would be configure tdm service circuit service_name add port port . The time-slots token is required for framed ports only. The following error message will be displayed for T1. For E1 the error message is not required since the CLI performs the range check (range is 1-32).
Error: Time slot(s) specified is outside the valid range. The valid time slots range for T1 is [1-24].If the user specifies time-slot token for an unframed port, the following error is displayed:
Error: Time slot(s) cannot be specified for an unframed T1 port.or
Error: Time slot(s) cannot be specified for an unframed E1 port.E4G-400#configure port 35 tdm framing basic crc E4G-400#createt dm service circuit service-test E4G-400#configure tdm service circuit service-test add port 35 time-slots all
This command was first available in ExtremeXOS 15.1.
This command is available on the cell site routers (E4G-200 and E4G-400).