Advertisement
Guest User

Untitled

a guest
Mar 13th, 2022
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. HOME01CS01#show run int vlan 250
  2. Building configuration...
  3.  
  4. Current configuration : 179 bytes
  5. !
  6. interface Vlan250
  7. description pfsense uplink
  8. ipv6 address autoconfig default
  9. ipv6 enable
  10. ipv6 dhcp client pd FROM-ISP rapid-commit
  11. end
  12.  
  13. HOME01CS01#show run int vlan 11
  14. Building configuration...
  15.  
  16. Current configuration : 168 bytes
  17. !
  18. interface Vlan11
  19. description User gateway
  20. ipv6 address FROM-ISP ::F:0:0:0:1/64
  21. ipv6 enable
  22. end
  23.  
  24. HOME01CS01#show ipv6 int brief
  25. Vlan11 [up/up]
  26. FE80::6EB:40FF:FE6F:F1C4
  27. 2A00:23C8:92E:F9FF::1
  28. Vlan250 [up/up]
  29. FE80::6EB:40FF:FE6F:F1C8
  30. 2A00:23C8:92E:F900:6EB:40FF:FE6F:F199
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement