Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.38 KB | None | 0 0
  1. Router1
  2. ipv6 address print
  3. Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
  4.  #    ADDRESS                                     FROM-POOL INTERFACE   ADVERTISE
  5.  0 DL fe80::d6ca:6dff:fe44:63f8/64                          ether13     no      
  6.  1 DL fe80::d6ca:6dff:fe44:63ec/64                          ether1      no      
  7.  2 DL fe80::b2fa:8d0c/64                                    sit1        no      
  8.  3  G 2001:470:1f1a:2fc::2/64                               sit1        no      
  9.  4  G 2001:470:1f1b:2f1c::1/64                              ether1      yes  
  10.  
  11. Host1
  12. ifconfig
  13. enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  14.         inet6 2001:470:1f1b:2f1c:21d:60ff:fe04:a223  prefixlen 64  scopeid 0x0<global>
  15.         inet6 fe80::21d:60ff:fe04:a223  prefixlen 64  scopeid 0x20<link>
  16.         ether 00:1d:60:04:a2:23  txqueuelen 1000  (Ethernet)
  17.         RX packets 440  bytes 66844 (65.2 KiB)
  18.         RX errors 0  dropped 0  overruns 0  frame 0
  19.         TX packets 265  bytes 66331 (64.7 KiB)
  20.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  21. ip -6 route
  22. ::/64 dev enp2s0  proto ra  metric 100
  23. 2001:470:1f1b:2f1c::/64 dev enp2s0  proto ra  metric 100
  24. fe80::/64 dev enp1s2  proto kernel  metric 256
  25. fe80::/64 dev enp2s0  proto kernel  metric 256
  26. default via fe80::d6ca:6dff:fe44:63ec dev enp2s0  proto static  metric 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement