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


Enable the Monitoring Services or Adaptive Services Interfaces and the Export Interface

You configure the monitoring services or adaptive services interfaces with the family inet statement so they can process IPv4 traffic. However, you must remember that a monitoring services interface uses an mo- prefix and an adaptive services interface uses an sp- prefix.

[edit]
interfaces {
    sp-2/0/0 {
        unit 0 {
            family inet {
                address 10.36.100.1/32 {
                    destination 10.36.100.2;
                }
            }
        }
    }
}

cflowd records leave the router through an export interface to reach the cflowd server.

[edit]
interfaces {
    fe-1/0/0 {
        unit 0 {
            family inet {
                address 10.60.2.2/30;
            }
        }
    }
}

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