Advertisement
Guest User

Vlan config

a guest
Sep 3rd, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. So ipcheker show us LAX-r1 and Vlan2031 then we can obtain the config of vlan2031 by running below command:
  2. ------------------------------------------------------------------------------------
  3. [techs@lb root]$ routing-tool Vlan2031 LAX-r1
  4. 216.99.150.8
  5. spawn telnet 216.99.150.8
  6. Trying 216.99.150.8...
  7. Connected to unassigned.psychz.net (216.99.150.8).
  8. Escape character is '^]'.
  9.  
  10.  
  11. User Access Verification
  12.  
  13. Username: psychz
  14. Password:
  15.  
  16. 700-ext.r1#
  17. 700-ext.r1#terminal length 0
  18. 700-ext.r1#show run interface Vlan2031
  19. Building configuration...
  20.  
  21. Current configuration : 122 bytes
  22. !
  23. interface Vlan2031
  24. ip address 45.34.36.1 255.255.255.248
  25. ip verify unicast source reachable-via rx allow-default
  26. end
  27.  
  28. 700-ext.r1#exit
  29. Connection closed by foreign host.
  30.  
  31.  
  32. ------------------------------------------------------------------------------------
  33. So make sure all things, like prefix is 45.34.36.0/29, gateway should be 45.34.36.1 and netmask 255.255.255.248
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement