Advanced Net - Lecture-6
Advanced Net - Lecture-6
Routing Concept
Lecture 6
Routing
• Internetworking Devices
• Introduction of Routing
• IOS Modes
• Types of Routing
• Hub
» Not Intelligent
» One Collision Domain
» One Broadcast Domain
• Switch
» An Intelligent .
» Many Collision Domain
» Single Broadcast Domain
• Router
» An Intelligent Device
» Many Collision Domain
» Many Broadcast Domain
• The Routers use static routes and dynamic routing protocols to learn
about remote networks and build their routing tables.
• Routers use routing tables to determine the best path to send packets
• Basic tasks that should be first configured on a Cisco Router and Switch:
» Name the device – Distinguishes it from other routers
» Hyper Terminal
» PuTTY
» Tera Term
» Secure CRT
• Set up Mode:
» If NVRAM is blank
• User Mode:
» Only some basic monitoring
• Privileged Mode:
» Monitoring and some troubleshooting commands
• Global Configuration Mode:
» All configuration that effect the Router globally
• Interface Mode:
» Configuration done on the specific interface
• Rommon Mode:
» Reverting password
• Setup Mode:
• If the NVRAM is blank (without router configurations)
• User Mode:
» Only some basic monitoring
– Console
– Auxiliary
» Console Connectivity
» Default Routing
» Dynamic Routing
• Disadvantages
» Used for small network
» Everything to manually
» Network change effect complete Network.
• Configuring Static Route
» Router(config)# IP route <Destination Network ID> <Destination
Subnet mask> <Next-hop IP address>