Static configured IPv4 managed route

The routes associated with a static host are populated in the routing table as ‟Remote Managed” routes. Up to sixteen managed routes can be configured for a static host.

Classic CLI

config>service>ies>sub-if>grp-if>sap
config>service>vprn>sub-if>grp-if>sap
    static-host ip 10.1.1.20 create
        sla-profile "sla-profile-1"
        sub-profile "sub-profile-1"
        subscriber "static-host-1"
        managed-routes
            route-entry 172.20.1.0/24 create
                metric 10
                preference 5
                tag 100
            exit
            ...
            route-entry 172.20.16.0/24 create
                metric 10
                preference 5
                tag 100
            exit
        exit
        no shutdown
exit 

MD-CLI

[gl:/configure service vprn "101" subscriber-interface "S1" group-interface "G1" sap 1/1/6]
A:admin@BNG# info
    static-host {
        ipv4 10.1.1.20 mac 00:00:00:00:00:00 {
            sub-profile "sub-profile-1"
            sla-profile "sla-profile-1"
            subscriber-id {
                string "static-host-1"
            }
            managed-route 172.20.1.0/24 {
                metric 10
                preference 5
                tag 100
}
            ...
           managed-route 172.20.16.0/24 {
                metric 10
                preference 5
                tag 100
}
        }
    }

To display the managed routes associated with a routed subscriber host, use following commands:

show service id service-id static-host detail