Technical Documentation

Verifying the IMSG Configuration

Purpose

Display the IMSG configuration.

Action


[edit]

user@host# show
.
.
.
system {
    processes {
        sbc-configuration-process {
            traceoptions {
                flag {
                    ipc info;
                }
            }
        }
        pgcp-service disable;
    }
}
chassis {
    no-service-pic-restart-on-failover;
    fpc 0 {
        pic 3 {
            adaptive-services {
                service-package {
                    extension-provider {
                        control-cores 8;
                        wired-process-mem-size 512;
                        package jservices-voice;
                    }
                }
            }
        }
    }
}
interfaces {
    sp-0/2/0 {
        description BGF-Service-PIC;
        services-options {
            syslog {
                host local {
                    services any;
                }
            }
        }
        unit 0 family inet;
    ms-0/3/0 {
        unit 0 {
            description BSG-Service-PIC;
            family inet {
                address 10.10.200.20/32;
            }
        }
    }
}
                
services {
    service-set bgf-svc-set {
        syslog {
            host local-1 {
                services any;
            }
        }
        pgcp-rules bgf-rule-1;
        next-hop-service {
            service—interface—pool int—pool—1;
                    }
    }
    
    pgcp {
        virtual-interface 0 {
            service-state in-service;
            nat-pool nat-pool-one;
        }
        gateway bgf-1 {
            service-state in-service;
            gateway-controller bsg-1 {
                local-controller bsg-1;
            }
            platform {
                device ms-0/3/0;
            }
        }           
        rule bgf-rule-1 {
            gateway bgf-1;
            nat-pool nat-pool-one;
        }
    }
    border-signaling-gateway {
        gateway bsg-1 {
            service-interface ms-0/3/0;
            sip {
                timers {
                    inactive-call 72000;
                    timer-c 180;
                }
                new-transaction-policy emergency-call-route {
                    term t1 {
                        from {
                            request-uri {
                                regular-expression "[sip:9(0-9)+@.* tel:9(0-9){2}]";
                            }
                        }
                        then {
                            route {
                                next-hop {
                                    address 196.10.3.45 port 5060;
                                }
                                egress-service-point sip-udp-5060;
                            }
                        }
                    }
                }
                new-transaction-policy policy10 {
                    term peer-to-peer {
                        then {
                            admission-control acprofile1;
                        }
                    }
                }
                new-transaction-policy-set peer-to-core {
                    policy-name [ emergency-call-route peer-2-core ];
                }
                new-call-usage-policy peer-media-2-core {
                    term voice {
                        from {
                            request-uri {
                                regular-expression sip:555.+;
                            }
                        }
                        then {
                            media-policy {
                                service-class voice-high;
                            }
                        }
                    }
                    term video {
                        from {
                            request-uri {
                                regular-expression sip:121.+;
                            }
                        }
                        then {
                            media-policy {
                                service-class video-high;
                            }
                        }
                    }
                }
            }
            admission-control acprofile1 {
                dialogs {
                    maximum-concurrent 10000;
                    committed-attempts-rate 140;
                    committed-burst-size 100;
                }
                transactions {
                    maximum-concurrent 70000;
                    committed-attempts-rate 140;
                    committed-burst-size 100;
                }
            }
            service-point sip-udp-5060 {
                service-point-type sip;
                transport-details port-number 5060 ip-address 10.10.200.20 udp;
                service-interface ms-0/3/0;
                service-policies {
                    new-transaction-input-policies peer-to-core;
                    new-call-usage-input-policies peer-media-2-core;
                }
            }
            embedded-spdf {
                service-class video-high {
                    term term-1 {
                        from {
                            media-type video;
                        }
                        then {
                            committed-information-rate 20000;
                            committed-burst-size 2000;
                            dscp af21;
                        }
                    }
                }
                service-class voice-high {
                    term t-1 {
                        from {
                            media-type audio;
                        }
                        then {
                            committed-information-rate 10000;
                            committed-burst-size 1000;
                            dscp af21;
                        }
                    }
                }
            }
        }
    }
    nat {
        pool bsg_rtp_nat_pool {
            address-range low 10.10.20.100 high 10.10.30.100;
            port automatic;
        }
    }
}       

Published: 2010-08-04

Help
|
My Account
|
Log Out