Advertisement
navib

Cisco IOS Commands

Dec 9th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. ### Cisco IOS Commands ###
  2. ------------------------------------------------------------------------------------------------------------------------------------
  3. enable
  4. ------------------------------------------------------------------------------------------------------------------------------------
  5. configure terminal
  6. ------------------------------------------------------------------------------------------------------------------------------------
  7. interface FastEthernet 0/24
  8. ------------------------------------------------------------------------------------------------------------------------------------
  9. switchport mode access
  10. switchport mode trunk
  11. switchport trunk allowed vlan 1-99
  12. ------------------------------------------------------------------------------------------------------------------------------------
  13. # Enable - Disable interface
  14. -enable interface
  15. enable
  16. configure terminal
  17. interface FastEthernet 0/1
  18. no shutdown
  19. end
  20. write
  21.  
  22. -disable interface
  23. enable
  24. configure terminal
  25. interface FastEthernet 0/1
  26. shutdown
  27. end
  28. write
  29. ------------------------------------------------------------------------------------------------------------------------------------
  30. ------------------------------------------------------------------------------------------------------------------------------------
  31. ------------------------------------------------------------------------------------------------------------------------------------
  32. ------------------------------------------------------------------------------------------------------------------------------------
  33. ------------------------------------------------------------------------------------------------------------------------------------
  34. ------------------------------------------------------------------------------------------------------------------------------------
  35. ------------------------------------------------------------------------------------------------------------------------------------
  36. ------------------------------------------------------------------------------------------------------------------------------------
  37. ------------------------------------------------------------------------------------------------------------------------------------
  38. ------------------------------------------------------------------------------------------------------------------------------------
  39. ------------------------------------------------------------------------------------------------------------------------------------
  40. ------------------------------------------------------------------------------------------------------------------------------------
  41. ------------------------------------------------------------------------------------------------------------------------------------
  42. ------------------------------------------------------------------------------------------------------------------------------------
  43. ------------------------------------------------------------------------------------------------------------------------------------
  44. ------------------------------------------------------------------------------------------------------------------------------------
  45. ------------------------------------------------------------------------------------------------------------------------------------
  46. ------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement