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
anti-spoof nh-mac
static-host ip 2001::1/128 create
sla-profile "sla-profile-1"
sub-profile "sub-profile-1"
subscriber "static-host-1"
managed-routes
route-entry 2000::/56 create
metric 10
preference 5
tag 100
exit
...
route-entry 3000::/56 create
metric 10
preference 5
tag 100
exit
exit
no shutdown
exit
static-host ip 2001:1::/64 create
sla-profile "sla-profile-1"
sub-profile "sub-profile-1"
subscriber "static-host-1"
To display the managed routes associated with a routed subscriber host, use the show>service>id service-id>static-host detail command.
MD-CLI
[gl:/configure service vprn "101" subscriber-interface "S1" group-interface "G1" sap 1/1/6]
A:admin@BNG# info
static-host {
ipv6 2001::1/128 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 2000::/56 {
metric 10
preference 5
tag 100
}
...
managed-route 3000::/56 {
metric 10
preference 5
tag 100
}
}
}