Page 1 of 1

[ASK & REVIEW] Configuring E1 Channel on Port CHOC3

Posted: 03 Feb 2015 14:48
by thekotaksampah
Hello everyone,

I have configuration like below:

Image

I need your suggestion and correction about port configuration on SR7 Side, I have listing command like this:

Code: Select all

/configure port 1/1/1
        description "Port ACR"
        tdm
            e1 
                loopback
                    internal
                exit
                channel-group 1
                    description "TS2 toSiteA for Backup"
                    encap-type cem
                    timeslots 2
                    no shutdown
                exit
                channel-group 2
                    description "TS3 toSiteB for Source-2"
                    encap-type cem
                    timeslots 3
                    no shutdown
                exit
                channel-group 3
                    description "TS3 toSiteC for Source-2"
                    encap-type cem
                    timeslots 4
                    no shutdown
                exit
                channel-group 4
                    description "TS3 toSiteD for Source-2"
                    encap-type cem
                    timeslots 5
                    no shutdown
                exit
                channel-group 5
                    description "TS6 toSiteE for Source-2"
                    encap-type cem
                    timeslots 6
                    no shutdown
                exit
                channel-group 6
                    description "TS6 toSiteF Source-2"
                    encap-type cem
                    timeslots 7
                    no shutdown
                exit
                no shutdown
            exit
        exit                          
        no shutdown
 exit all

 /configure port 1/1/2
 description "Port for ACR Backup"
        tdm
            e1 
                clock-source adaptive
                channel-group 1
                    encap-type cem
                    timeslots 2
                    no shutdown
                exit
                no shutdown
            exit
        exit
        no shutdown
exit all
1. Is my configuration correct and support on port mda choc3, or something missing?
2. Should I divide using KLM method such as, divide to TUG2>VT2 etc?

let me know about it asap,

Thanks for your help guys

Regards