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

Verifying the Service Interface Configuration

Purpose

Display the service interface configuration.

Action


[edit interface sp-1/0/0]
user@host# show
description pgcp_service;
traceoptions {
    flag all;
}
services-options {
    syslog {
        host local {
            services any;
        }
    }
    inactivity-timeout 720;
}
unit 0 {
    family inet;
}
unit 10 {
    family inet;
    service-domain inside;
}
unit 20 {
    family inet;
    service-domain outside;
}

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