@@ -117,7 +117,7 @@ will be ignored. For details on how to enable the NTP client, see the
117117
118118![ Switch example (eth0 and lo)] ( img/ip-address-example-switch.svg )
119119
120- <pre class =" cli " ><code >admin@example:/> <b >show interfaces </b >
120+ <pre class =" cli " ><code >admin@example:/> <b >show interface </b >
121121<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
122122eth0 ethernet UP mac:02:00:00:00:00:00
123123 ipv6 fe80::ff:fe00:0/64 (link-layer)
@@ -153,7 +153,7 @@ admin@example:/config/interface/eth0/ipv4/> <b>diff</b>
153153+ }
154154+}
155155admin@example:/config/interface/eth0/ipv4/> <b >leave</b >
156- admin@example:/> <b >show interfaces </b >
156+ admin@example:/> <b >show interface </b >
157157<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
158158eth0 ethernet UP mac:02:00:00:00:00:00
159159 ipv4 169.254.1.3/16 (random)
@@ -188,7 +188,7 @@ admin@example:/config/interface/eth0/ipv4/autoconf/> <b>leave</b>
188188admin@example:/config/> <b >edit interface eth0 ipv4</b >
189189admin@example:/config/interface/eth0/ipv4/> <b >set dhcp</b >
190190admin@example:/config/interface/eth0/ipv4/> <b >leave</b >
191- admin@example:/> <b >show interfaces </b >
191+ admin@example:/> <b >show interface </b >
192192<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
193193eth0 ethernet UP mac:02:00:00:00:00:00
194194 ipv4 10.1.2.100/24 (dhcp)
@@ -291,7 +291,7 @@ on the interface.
291291admin@example:/config/> <b >edit interface eth0 ipv6</b >
292292admin@example:/config/interface/eth0/ipv6/> <b >set enabled false</b >
293293admin@example:/config/interface/eth0/ipv6/> <b >leave</b >
294- admin@example:/> <b >show interfaces </b >
294+ admin@example:/> <b >show interface </b >
295295<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
296296eth0 ethernet UP mac:02:00:00:00:00:00
297297lo ethernet UP mac:00:00:00:00:00:00
@@ -308,7 +308,7 @@ admin@example:/>
308308admin@example:/config/> <b >edit interface eth0 ipv6</b >
309309admin@example:/config/interface/eth0/ipv6/> <b >set address 2001:db8::1 prefix-length 64</b >
310310admin@example:/config/interface/eth0/ipv6/> <b >leave</b >
311- admin@example:/> <b >show interfaces </b >
311+ admin@example:/> <b >show interface </b >
312312<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
313313eth0 ethernet UP mac:02:00:00:00:00:00
314314 ipv6 2001:db8::1/64 (static)
@@ -330,7 +330,7 @@ advertised by the router (here 2001:db8:0:1::0/64) and the interface
330330identifier. The resulting address is of type * link-layer* , as it is
331331formed based on the interface identifier ([ ietf-ip.yang] [ 2 ] ).
332332
333- <pre class =" cli " ><code >admin@example:/> <b >show interfaces </b >
333+ <pre class =" cli " ><code >admin@example:/> <b >show interface </b >
334334<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
335335eth0 ethernet UP mac:02:00:00:00:00:00
336336 ipv6 2001:db8:0:1:0:ff:fe00:0/64 (link-layer)
@@ -348,7 +348,7 @@ below.
348348admin@example:/config/> <b >edit interface eth0 ipv6</b >
349349admin@example:/config/interface/eth0/ipv6/> <b >set autoconf create-global-addresses false</b >
350350admin@example:/config/interface/eth0/ipv6/> <b >leave</b >
351- admin@example:/> <b >show interfaces </b >
351+ admin@example:/> <b >show interface </b >
352352<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
353353eth0 ethernet UP mac:02:00:00:00:00:00
354354 ipv6 fe80::ff:fe00:0/64 (link-layer)
@@ -366,7 +366,7 @@ admin@example:/>
366366By default, the auto-configured link-local and global IPv6 addresses
367367are formed from a link-identifier based on the MAC address.
368368
369- <pre class =" cli " ><code >admin@example:/> <b >show interfaces </b >
369+ <pre class =" cli " ><code >admin@example:/> <b >show interface </b >
370370<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
371371eth0 ethernet UP mac:02:00:00:00:00:00
372372 ipv6 2001:db8:0:1:0:ff:fe00:0/64 (link-layer)
@@ -385,7 +385,7 @@ possible to specify use of a random identifier ([ietf-ip.yang][2] and
385385admin@example:/config/> <b >edit interface eth0 ipv6</b >
386386admin@example:/config/interface/eth0/ipv6/> <b >set autoconf create-temporary-addresses true</b >
387387admin@example:/config/interface/eth0/ipv6/> <b >leave</b >
388- admin@example:/> <b >show interfaces </b >
388+ admin@example:/> <b >show interface </b >
389389<span class =" header " >INTERFACE PROTOCOL STATE DATA </span >
390390eth0 ethernet UP mac:02:00:00:00:00:00
391391 ipv6 2001:db8:0:1:b705:8374:638e:74a8/64 (random)
0 commit comments