@@ -1264,18 +1264,18 @@ control plane protocol. For our examples we use the instance name
12641264For a route with destination 192.168.200.0/24 via 192.168.1.1:
12651265
12661266 admin@example:/> configure
1267- admin@example:/config/> edit routing control-plane-protocol static name default
1268- admin@example:/config/routing/control-plane-protocol/static/name/default/ > set ipv4 route 192.168.200.0/24 next-hop next-hop-address 192.168.1.1
1269- admin@example:/config/routing/control-plane-protocol/static/name/default /> leave
1267+ admin@example:/config/> edit routing control-plane-protocol static name default ipv4
1268+ admin@example:/config/routing/…/ipv4/ > set route 192.168.200.0/24 next-hop next-hop-address 192.168.1.1
1269+ admin@example:/config/routing/…/ipv4 /> leave
12701270 admin@example:/>
12711271
12721272For a "floating" static route with destination 10.0.0.0/16 via a backup
12731273router 192.168.1.1, using the highest possible distance:
12741274
12751275 admin@example:/> configure
1276- admin@example:/config/> edit routing control-plane-protocol static name default
1277- admin@example:/config/routing/control-plane-protocol/static/name/default/ > set ipv4 route 10.0.0.0/16 next-hop next-hop-address 192.168.1.1 route-preference 254
1278- admin@example:/config/routing/control-plane-protocol/static/name/default /> leave
1276+ admin@example:/config/> edit routing control-plane-protocol static name default ipv4
1277+ admin@example:/config/routing/…/ipv4/ > set route 10.0.0.0/16 next-hop next-hop-address 192.168.1.1 route-preference 254
1278+ admin@example:/config/routing/…/ipv4 /> leave
12791279 admin@example:/>
12801280
12811281> [ !TIP]
@@ -1286,9 +1286,9 @@ router 192.168.1.1, using the highest possible distance:
12861286### IPv6 Static routes
12871287
12881288 admin@example:/> configure
1289- admin@example:/config/> edit routing control-plane-protocol static name default
1290- admin@example:/config/routing/control-plane-protocol/static/name/default/ > set ipv6 route 2001:db8:3c4d:200::/64 next-hop next-hop-address 2001:db8:3c4d:1::1
1291- admin@example:/config/routing/control-plane-protocol/static/name/default /> leave
1289+ admin@example:/config/> edit routing control-plane-protocol static name default ipv6
1290+ admin@example:/config/routing/…/ipv6/ > set route 2001:db8:3c4d:200::/64 next-hop next-hop-address 2001:db8:3c4d:1::1
1291+ admin@example:/config/routing/…/ipv6 /> leave
12921292 admin@example:/>
12931293
12941294
@@ -1297,9 +1297,9 @@ router 192.168.1.1, using the highest possible distance:
12971297The system supports OSPF dynamic routing for IPv4, i.e., OSPFv2. To
12981298enable OSPF and set one active interface in area 0:
12991299
1300- admin@example:/config/> edit routing control-plane-protocol ospfv2 name default
1301- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default/ > set ospf area 0.0.0.0 interface e0 enabled
1302- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /> leave
1300+ admin@example:/config/> edit routing control-plane-protocol ospfv2 name default ospf
1301+ admin@example:/config/routing/…/ospf/ > set area 0.0.0.0 interface e0 enabled
1302+ admin@example:/config/routing/…/ospf /> leave
13031303 admin@example:/>
13041304
13051305> [ !TIP]
@@ -1312,10 +1312,10 @@ enable OSPF and set one active interface in area 0:
13121312In addition to * regular* OSPF areas, area types * NSSA* and * Stub* are
13131313also supported. To configure an NSSA area with summary routes:
13141314
1315- admin@example:/config/> edit routing control-plane-protocol ospfv2 name default
1316- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default/ > set ospf area 0.0.0.1 area-type nssa-area
1317- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default/ > set ospf area 0.0.0.1 summary true
1318- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /> leave
1315+ admin@example:/config/> edit routing control-plane-protocol ospfv2 name default ospf
1316+ admin@example:/config/routing/…/ospf/ > set area 0.0.0.1 area-type nssa-area
1317+ admin@example:/config/routing/…/ospf/ > set area 0.0.0.1 summary true
1318+ admin@example:/config/routing/…/ospf /> leave
13191319 admin@example:/>
13201320
13211321
@@ -1324,9 +1324,9 @@ also supported. To configure an NSSA area with summary routes:
13241324It is possible to enable BFD per OSPF interface to speed up detection of
13251325link loss.
13261326
1327- admin@example:/config/> edit routing control-plane-protocol ospfv2 name default
1328- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/> set area 0.0.0.0 interface e0 bfd enabled true
1329- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /> leave
1327+ admin@example:/config/> edit routing control-plane-protocol ospfv2 name default ospf
1328+ admin@example:/config/routing/… /ospf/> set area 0.0.0.0 interface e0 bfd enabled true
1329+ admin@example:/config/routing/…/ospf /> leave
13301330 admin@example:/>
13311331
13321332
@@ -1337,9 +1337,9 @@ and BFD for OSPF per interface (*bfd enabled true*). These and other
13371337OSPF interface settings are done in context of an OSFP area, e.g., * area
133813380.0.0.0* . Available commands can be listed using the ` ? ` mark.
13391339
1340- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /> edit ospf area 0.0.0.0
1341- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/area/0.0.0.0/> edit interface e0
1342- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/area/0.0.0.0/interface/e0/> set ?
1340+ admin@example:/config/routing/… /> edit ospf area 0.0.0.0
1341+ admin@example:/config/routing/… /ospf/area/0.0.0.0/> edit interface e0
1342+ admin@example:/config/routing/… /ospf/area/0.0.0.0/interface/e0/> set ?
13431343 bfd BFD interface configuration.
13441344 cost Interface's cost.
13451345 dead-interval Interval after which a neighbor is declared down
@@ -1349,13 +1349,13 @@ OSPF interface settings are done in context of an OSFP area, e.g., *area
13491349 passive Enables/disables a passive interface. A passive
13501350 retransmit-interval Interval between retransmitting unacknowledged Link
13511351 transmit-delay Estimated time needed to transmit Link State Update
1352- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/area/0.0.0.0/interface/e0/> set
1352+ admin@example:/config/routing/… /ospf/area/0.0.0.0/interface/e0/> set
13531353
13541354For example, setting the OSPF * interface type* to * point-to-point* for
13551355an Ethernet interface can be done as follows.
13561356
1357- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/area/0.0.0.0/interface/e0/> set interface-type point-to-point
1358- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/area/0.0.0.0/interface/e0/>
1357+ admin@example:/config/routing/… /ospf/area/0.0.0.0/interface/e0/> set interface-type point-to-point
1358+ admin@example:/config/routing/… /ospf/area/0.0.0.0/interface/e0/>
13591359
13601360#### OSPF global settings
13611361
@@ -1364,12 +1364,12 @@ global settings for route redistribution and OSPF router identifier.
13641364
13651365```
13661366admin@example:/config/> edit routing control-plane-protocol ospfv2 name default ospf
1367- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/> set ?
1367+ admin@example:/config/routing/… /ospf/> set ?
13681368 area List of OSPF areas.
13691369 default-route-advertise Distribute default route to network
13701370 explicit-router-id Defined in RFC 2328. A 32-bit number
13711371 redistribute Redistribute protocols into OSPF
1372- admin@example:/config/routing/control-plane-protocol/ospfv2/name/default /ospf/> set
1372+ admin@example:/config/routing/… /ospf/> set
13731373```
13741374
13751375- Explicit router ID: By default the router will pick an IP address
0 commit comments