Version
Figure 13. Point-to-Point Switching Configuration File


[PPX] Fabric # fabric attribute(s) # bus definition(s) # switch definitions # switch connections End Fabric
Figure 14. Point-to-Point Switching Configuration File

IdleCode = [MU_LAW | A_LAW]
[PPX]
Fabric
IdleCode = MU_LAW
# bus definition(s)
# switch definitions
# switch connections
End Fabric

Bus name bus_specification | bus_declaration End Bus
bus:streams[(increment)]:timeslots[(increment)]
Bus my_H100_bus
CTBUS:0..7:0..31
CTBUS:8..31:0..127
End Bus
Bus new_bus_name
existing_bus_name ([bus_specification])
End Bus
Bus my_2MBPS_bus
Bus my_H100_bus (CTBUS:0..7:0..31)
End Bus
CTBUS:streams:timeslots
[PPX]
Fabric
Bus my_H100_bus # H.100 bus definition
CTBUS:0..15:0..31 # streams clocked at 2 MHz, 32 timeslots
CTBUS:16..23:0..63 # streams clocked at 4 MHz, 64 timeslots
CTBUS:24..31:0..127 # streams clocked at 8 MHz, 128 timeslots
End Bus
Bus my_2MBPS_bus #
Bus my_H100_bus (CTBUS:0..15:0..31 )
End Bus
End Fabric

Bus my_CT_bus CTBUS:0..15:0..31 End Bus Bus PPX_AVAILABLE Bus my_CT_bus (CTBUS:4..15:0..31) EndBus

Fabric
# bus definitions for the switch fabric
Switch 0
# switch 0 definition
End Switch
Switch 1
# switch 1 definition
End Switch
# switch connections
End Fabric
switch_attribute = value
bus name ([bus_specification])
Inputs
bus_specification | bus_declaration
End Inputs


SwitchType = switch
DeviceName = switch_driver
DeviceNumber = board_number
SwitchState = [disabled | enabled]
[PPX]
Fabric
Bus my_H100_bus # bus definition
CTBUS:0..31:0..127
End Bus
Switch 0 # assigned as switch 0
SwitchType = HMIC # the switch on the AG Quad is an HMIC
DeviceName = "agsw" # AG board device driver - agsw
DeviceNumber = 1 # the logical board number assigned
through OAM
# Bus declaration
# Board inputs
# Board outputs
End Switch
End Fabric

Bus name ([bus_specification])
[PPX]
Fabric
Bus my_H100_bus # H.100 bus definition
CTBUS:0..31:0..127
End Bus
Switch 0 # assigned as switch 0
DeviceName = "agsw" # AG board switch driver - agsw
DeviceNumber = 1 # the logical board number assigned
# through OAM
SwitchType = HMIC # the switch on the AG Quad is an HMIC
Bus my_H100_bus ( ) # AG Quad is connected to H.100 bus
# Board inputs
# Board outputs
End Switch
End Fabric
Bus my_H100_in_MVIP_mode CTBUS:0..15:0..31 # streams clocked at 2 MHz, 32 timeslots CTBUS:16..23:0..63 # streams clocked at 4 MHz, 64 timeslots CTBUS:24..31:0..127 # streams clocked at 8 MHz, 128 timeslots End Bus
Bus my_H100_bus ()
Bus my_H100_bus (CTBUS:0..15:0..31)

Inputs LOCAL:streams[(increment)]:timeslots End Inputs
Outputs LOCAL:streams[(increment)]:timeslots End Outputs
[PPX]
Fabric
Bus my_H100_bus # H.100 bus definition
CTBUS:0..31:0..127
End Bus
Switch 0 # assigned as switch 0
DeviceName = "agsw" # AG board device driver - agsw
DeviceNumber = 1 # the logical board number assigned
# through OAM
SwitchType = HMIC # the switch on the AG Quad is an HMIC
Bus my_H100_bus () # AG Quad is connected to H.100 bus
Inputs
LOCAL:0..14(2):0..23 # trunk voice and signaling
LOCAL:16..18(2):0..127 # DSP voice and signaling
End Inputs
Outputs
LOCAL:1..15(2):0..23 # trunk voice and signaling
LOCAL:17..19(2):0..127 # DSP voice and signaling
End Outputs
End Switch
End Fabric

switch_number:bus:stream:timeslot TO switch_number:bus:stream:timeslot [NAILED] mode
[PPX]
Fabric
Bus_2MBPS
CTBUS:0..15:0..31
End Bus
Switch 0 # AG 2000 assigned as switch 0
DeviceName = "agsw" # AG board device driver - agsw
DeviceNumber = 1 # the logical board number assigned
through OAM
SwitchType = HMIC # the switch on the AG 2000 is an HMIC
Bus MVIP_90 () # connected to the CT bus clocked at 2 mbps
Inputs
LOCAL:0..2(2):0..7 # trunk voice and signaling
LOCAL:4..6(2):0..7 # DSP voice and signaling
End Inputs
Outputs
LOCAL:1..3(2):0..7 # trunk voice and signaling
LOCAL:5..7(2):0..7 # DSP voice and signaling
End Outputs
End Switch
Connect
0:LOCAL:0:0..7 TO 0:LOCAL:5:0..7 NAILED QUAD
End Connect
End Fabric

Version