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


Configure the Interfaces That Will Be Actively Monitored

Configure the input SONET interfaces, applying the firewall filter that you defined earlier.

[edit]
interfaces {
    so-2/2/0 {
        unit 0 {
            family inet {
                filter {
                    input sample_default;
                }
                address 10.36.11.2/32 {
                    destination 10.36.11.1;
                }
            }
        }
    }
}

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