90 likes | 217 Vues
This guide covers the essential aspects of configuring routers for VoIP networks, focusing on key protocols including RIP and EIGRP. We delve into the configuration of Ethernet and Serial interfaces, demonstrate the setup of IP addressing, and explore various commands like 'show run' and 'debug packets'. Learn how to handle routing protocols effectively, ensuring optimal network performance. Each section includes commands for troubleshooting and verifying settings, providing a practical resource for network administrators and engineers.
E N D
Index • Basic Config • Ethernet • Serial • Router Rip • Router OSPF • Rip / OSPF
Basic Configuration • enable • config t • password cisco • secret class • line con 0 • logging synch • login • password cisco
Ethernet interface Show run ip interface brief ip route (ping) Debug packets Special … Fa 0/0 10.0.10.1 interface fa 0/0 ip address 10.0.10.1 255.255.255.0 no shutdown
Serial Interface S0/0 - 10.0.50.1 DTE Show run ipint brief ip route cdp neighbors (ping) Debug packets Special … S0/1 - 10.0.60.1 DCE int serial 0/0 ip address 10.0.50.1 255.255.255.0 No shutdown int serial 0/1 ip address 10.0.60.1 255.255.255.0 Clock rate 64000
Rip Show run ip interface brief ip route (ping) Debug packets Special … • router rip • network 10.0.0.0 • network 172.16.0.0 • network 192.168.1.0 10.0.0.0 192.168.1.0 172.16.0.0
IGRP Show run ip interface brief ip route Debug … Special … 10.0.10.0 192.168.8.0 172.16.0.0 • Router EIGRP 100 • router eigrp 100 redistribute connected redistribute eigrp 200 network 10.0.10.0 network 192.168.8.0 network 172.16.30.0 default-metric 10000 1 255 1 1500 no auto-summary
Rip EIGRP / RIP 192.168.18.0 Show run ip route ip interface brief cdp neighbors Debug … Special … Rip Eigrp 192.168.19.0 • router EIGRP 100 • redistribute connected • redistribute rip • network 192.168.18.0 • network 192.168.19.0 • network 192.168.118.0 • default-metric 10000 1 255 1 1500 • no auto-summary • router rip • redistribute connected • redistribute eigrp 100 • network 192.168.18.0 • network 192.168.19.0 • default-metric 1 • no auto-summary Eigrp