Technical Documentation

Verifying the BGF Configuration

Purpose

Display the current configuration of the BGF.

Action


[edit services pgcp]

user@host# show
virtual-interface 1 {
    nat-pool nat-pool-one;
}
gateway bgf-1 {
    gateway-address 10.10.30.1;
    gateway-port 2944;
    cleanup-timeout 3600;
    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 600;
                minimum 500;
                maximum 1000;
            }
            mg-provisional-response-timer-value {
                default 1000;
                minimum 500;
                maximum 2000;
            }
            mg-originated-pending-limit {
                 default 10;
                minimum 4;
                maximum 20;
            }
            normal-mgc-execution-time {
                default 1000;
                minimum 500;
                maximum 2000;
            }
            mgc-provisional-response-timer-value {
                default 4000;
                minimum 1000;
                 maximum 8000;
            }
            mgc-originated-pending-limit {
                 default 10;
                 minimum 4;
                 maximum 100;
            }
        }
        segmentation {
            mgc-segmentation-timer {
                 default 4000;
                 minimum 2000;
                 maximum 8000;
            }
            mgc-maximum-pdu-size {
                 default 1472;
                 minimum 736;
                 maximum 7360;
            }
                 default 4000;
                 minimum 2000;
                 maximum 8000;
            }
            mg-maximum-pdu-size {
                 default 1472;
                 minimum 736;
                 maximum 7360;
            }
        }
        diffserv {
            dscp {
                default ef;
            }
        }
        traffic-management {
            sustained-data-rate {
                 default 2000000;
                 minimum 1500000;
                 maximum 2500000;
                 rtcp {
                    fixed-value 200000;
                 }
            }
            peak-data-rate {
                  default 3000000;
                  minimum 2500000;
                  maximum 3500000;
                 rtcp {
                    fixed-value 100000;
                  }
            }
            max-burst-size {
                 default 3000000;
                 minimum 2500000;
                 maximum 3500000;
                 rtcp {
                     percentage 1000;
                 }
            }
        }
    }
    max-concurrent-calls 6000;
    gateway-controller gc-1 {
        controller-address 10.10.2.3;
        controller-port 2944;
        interim-ah-scheme {
            algorithm hmac-null;
        }
        remote-controller;
    }
    data-inactivity-detection {
        inactivity-delay 10;
        latch-deadlock-delay 10;
        send-notification-on-delay;
        inactivity-duration 60;
        stop-detection-on-drop;
        report-service-change {
            service-change-type forced-910;
        }
    }
}
rule bgf-rule-1 {
    gateway bgf-1;
    nat-pool nat-pool-one;
}                   
rule bgf-rule-2 {
    gateway bgf-1;
    nat-pool nat-pool-one;
}
rule-set bgf-rule-set-1 {
    rule bgf-rule-1;
    rule bgf-rule-2;
}
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;
    }
} 

Published: 2010-08-03

Help
|
My Account
|
Log Out