[Contents] [Prev] [Next] [Index] [Report an Error]

Verifying the PGCP Configuration

Purpose

Display the active configuration.

Action


[edit services pgcp]
user@host# show
media-service media-service-one {
    nat-pool pgcp-pool;
}
virtual-interface v1 {
    media-service media-service-one;
    interface fe-1/0/0.0;
}
gateway vpg-1 {
    gateway-address 10.10.30.1;
    gateway-port 2944;
    cleanup-timeout 3600;
    gate-inactivity-delay 10;
    gate-inactivity-duration 60;
    h248-timers {
        maximum-waiting-delay 10000;
        tmax-retransmission-delay 25000;
        initial-average-ack-delay 1000;
        maximum-net-propagation-delay 5000;
    }
    h248-properties {
        base-root {
            normal-mg-execution-time {
                default 500;
            }
            mg-provisional-response-timer-value {
                default 2000;
            }
            mg-originated-pending-limit {
                default 4;
            }
            normal-mgc-execution-time {
                default 500;
            }
            mgc-provisional-response-timer-value {
                default 4000;
            }
            mgc-originated-pending-limit {
                default 4;
            }
        }
        segmentation {
            mgc-segmentation-timer {
                default 4000;
            }
            mgc-maximum-pdu-size {
                default 1472;
            }
            mg-segmentation-timer {
                default 4000;
            }
            mg-maximum-pdu-size {
                default 1472;
            }
        }
        diffserv {
            dscp {
                default ef;
            }
        }
        traffic-management {
            sustained-data-rate {
                default 3000000;
                rtcp {
                    fixed-value 200000;
                }
            }
            peak-data-rate {
                default 2000000;
                rtcp {
                    fixed-value 100000;
                }
            }
            max-burst-size {
                default 3000000;
                rtcp {
                    percentage 1000;
                }
            }
        }
    }
    h248-options {
        wildcard-response-service-change;
    }
    gateway-controller pgc-1 {
        controller-address 10.10.2.3;
        controller-port 2944;
        interim-ah-scheme {
            algorithm hmac-null;
        }
    }
}
rule pgcp-rule-1 {
    gateway vpg-1;
    media-service media-service-one;
}
rule-set pgcp-rule-set-1 {
    rule pgcp-rule-1;
}            
session-mirroring {
    delivery-function df-1 {
        destination-address 10.1.1.63;
        destination-port 15000;
        network-operator-id ABCDE;
        source-address 10.1.1.43;
        source-port 10000;
    }
}
 

[Contents] [Prev] [Next] [Index] [Report an Error]