Advertisement
Guest User

Untitled

a guest
May 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Part 2:
  2. Introduction to IOS:
  3. IOS is the internetwork Operating system that provides an operating system for cisco routers
  4.  
  5. IOS allows you to change what the router does.
  6. IOS also runs on CISCO managed switches, and this will also aloow us to change what they do as well.
  7.  
  8. How does CISCO router number their interfaces, this is because we can have several of the same kind of interface in the same router.
  9.  
  10. CISCO equipment has a numbering scheme based on either fixed configuration or the position of an interface card in a slot
  11.  
  12. Even though we can look at alot of things when we're in privileged exec mode, we still cant change much. TO CHANGE THINGS, WE NEED TO SWITCH TO CONFIGURATION MODE.
  13.  
  14. BASIC CONFIGURATION COMMANDS
  15.  
  16. Hostname
  17.  
  18. If you type "hostname testing" at the configuration prompt, you'll change the router's name. What has happened to the configuration prompt?
  19.  
  20. it has changed from router15 to testing
  21.  
  22. Router
  23.  
  24. This is a router, so why don't we try turning routing on? (This isn't going to work properly but it will illustrate the point.) Type router rip at the configuration prompt.
  25.  
  26. What has happened to the configuration prompt?
  27. It has changed to testing(config-router)
  28.  
  29. Type exit, then change the hostname back to what it was when you started. Then type CTRL-Z or exit then [enter] to exit configuration mode.
  30.  
  31. What does the prompt look like now?
  32. It looks the same as previous now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement