0% found this document useful (0 votes)
58 views

Data Comms Codes

The document outlines different router configuration modes and commands for configuring static and dynamic routing protocols like RIP, EIGRP, OSPF on a router. It provides examples of configurations for when the routing server is directly or not directly connected to the router. Key steps include enabling the routing protocols, defining the network addresses, redistributing routes, and adjusting interface configurations.

Uploaded by

Vanne Bencito
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

Data Comms Codes

The document outlines different router configuration modes and commands for configuring static and dynamic routing protocols like RIP, EIGRP, OSPF on a router. It provides examples of configurations for when the routing server is directly or not directly connected to the router. Key steps include enabling the routing protocols, defining the network addresses, redistributing routes, and adjusting interface configurations.

Uploaded by

Vanne Bencito
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

MODE SYMBOL COMMAND RA(config-router)#network NA

USER EXEC Router> - RA(config-router)#version 2


MODE RA(config-router)#no auto-summary
PRIVILEGED Router# ena
EXEC MODE RIP V2 WITH STATIC
GLOBAL Router(config)# conf t SERVER IS NOT DIRECTLY CONNECTED TO THE
CONFIG ROUTER
MODE RA(config)#router rip
INTERFACE Router(config- int RA(config-router)#network NA
CONFIG if)# NAME+# RA(config-router)#version 2
MODE RA(config-router)#no auto-summary
RA(config-router)#ip route NA SNM EXIT
LINE CON (USER ACCES VERIFICATION) INTERFACE
RA(config)#line con 0
RA(config-line)#password PW SERVER IS DIRECTLY CONNECTED TO THE
RA(config-line)#login ROUTER
RA(config)#router rip
LINE VTY RA(config-router)#network NA
RA(config)#line vty 0 4 RA(config-router)#version 2
RA(config-line)#password PW RA(config-router)#no auto-summary
RA(config-line)#login RA(config-router)#ip route 0.0.0.0 0.0.0.0 EXIT
INTERFACE
ENABLE SECRET (ENABLE COMMAND) RA(config-router)#default-information
RA(config)#enable secret PW originate

REMOVING IP ADDRESS EIGRP


RA(config)#int NAME+# RA(config)#router eigrp AUTONOMOUS#
RA(config-if)#no ip add RA(config-router)#network NA WCM
RA(config-router)#no auto-summary
MISTAKE WITH INPUT
“no” + full command EIGRP WITH STATIC
SERVER IS NOT DIRECTLY CONNECTED TO THE
INFORMATION WITH RUNNING ROUTER
CONFIGURATION RA(config)#router eigrp AUTONOMOUS#
RA#show run RA(config-router)#network NA WCM
RA(config-router)#no auto-summary
STATIC ROUTING RA(config-router)#ip route NA SNM EXIT
RA(config)#ip route NA SNM EXIT INTERFACE INTERFACE

IP DHCP SERVER IS DIRECTLY CONNECTED TO THE


RA(config)#ip dhcp pool END DEVICE NAME ROUTER
RA(dhcp-config)#network NA SNM RA(config)#router eigrp AUTONOMOUS#
RA(dhcp-config)#default-router IP ROUTER RA(config-router)#network NA WCM
RA(dhcp-config)#exit RA(config-router)#no auto-summary
 Always exit before going to the end RA(config-router)#ip route 0.0.0.0 0.0.0.0 EXIT
devices. INTERFACE
RA(config-router)#redistribute static
BEFORE DYNAMIC ROUTING
RA#show ip route OSPF
RA(config)#router ospf PROCESS-ID#
RIP V2 RA(config-router)#network NA WCM area
RA(config)#router rip AREA-ID#
OSPF WITH STATIC
SERVER IS NOT DIRECTLY CONNECTED TO THE
ROUTER
RA(config)#router ospf PROCESS-ID#
RA(config-router)#network NA WCM area
AREA-ID#
RA(config-router)#ip route NA SNM EXIT
INTERFACE

SERVER IS DIRECTLY CONNECTED TO THE


ROUTER
RA(config)#router ospf PROCESS-ID#
RA(config-router)#network NA WCM area
AREA-ID#
RA(config-router)#ip route 0.0.0.0 0.0.0.0 EXIT
INTERFACE
RA(config-router)#redistribute static
 Exclude the NA of the server in the
dynamic routing.

WCM
255.255.255.255 – NA = WCM

1 2 3 4 5 6 7 8
9 10 11 12 13 14 15 16
17 18 19 20 21 22 23 24
25 26 27 28 29 30 31 32
128 192 224 240 248 252 254 255

You might also like