0% found this document useful (0 votes)
7 views16 pages

ISP Network Router Configuration Guide

The document outlines the standard router configuration for a training ISP network in Region 1, detailing the basic configurations for multiple routers including Router1, Router2, Router3, r13-CAR1, and r14-CBR1. It includes interface configurations for both IPv4 and IPv6, as well as OSPF configuration for Router1. Connectivity verification steps are also provided for each router's interfaces.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views16 pages

ISP Network Router Configuration Guide

The document outlines the standard router configuration for a training ISP network in Region 1, detailing the basic configurations for multiple routers including Router1, Router2, Router3, r13-CAR1, and r14-CBR1. It includes interface configurations for both IPv4 and IPv6, as well as OSPF configuration for Router1. Connectivity verification steps are also provided for each router's interfaces.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Standard

 router  configuration  for  training  ISP  network  Region1:  


 
 

 
 
Basic  Conf  Router1:  
 
config t
hostname Router1
ip cef
no ip domain-lookup
no ip http server
no ip http secure-server
no ip finger
no service pad
no service udp-small-servers
no service tcp-small-server
no ip bootp server
no ip source-route
logging source-interface loopback 0
logging buffered 16384
service timestamps debug datetime msec
service timestamps log datetime msec
clock timezone AEST 10
ip routing
ip subnet-zero
ip classless
line console 0
logging synchronous
transport preferred none
exit
exit
wr

Basic  Conf  Router2:  

config t
hostname Router2
ip cef
no ip domain-lookup
no ip http server
no ip http secure-server
no ip finger
no service pad
no service udp-small-servers
no service tcp-small-server
no ip bootp server
no ip source-route
logging source-interface loopback 0
logging buffered 16384
service timestamps debug datetime msec
service timestamps log datetime msec
clock timezone AEST 10
ip routing
ip subnet-zero
ip classless
line console 0
logging synchronous
transport preferred none
exit
exit
wr

Basic  Conf  Router3:  

config t
hostname Router3
ip cef
no ip domain-lookup
no ip http server
no ip http secure-server
no ip finger
no service pad
no service udp-small-servers
no service tcp-small-server
no ip bootp server
no ip source-route
logging source-interface loopback 0
logging buffered 16384
service timestamps debug datetime msec
service timestamps log datetime msec
clock timezone AEST 10
ip routing
ip subnet-zero
ip classless
line console 0
logging synchronous
transport preferred none
exit
exit
wr
 
Basic  Conf  r13-­‐CAR1:  
 
config t
hostname r13-CAR1
ip cef
no ip domain-lookup
no ip http server
no ip http secure-server
no ip finger
no service pad
no service udp-small-servers
no service tcp-small-server
no ip bootp server
no ip source-route
logging source-interface loopback 0
logging buffered 16384
service timestamps debug datetime msec
service timestamps log datetime msec
clock timezone AEST 10
ip routing
ip subnet-zero
ip classless
line console 0
logging synchronous
transport preferred none
exit
exit
wr
Basic  Conf  r14-­‐CBR1
 
config t
hostname r14-CBR1
ip cef
no ip domain-lookup
no ip http server
no ip http secure-server
no ip finger
no service pad
no service udp-small-servers
no service tcp-small-server
no ip bootp server
no ip source-route
logging source-interface loopback 0
logging buffered 16384
service timestamps debug datetime msec
service timestamps log datetime msec
clock timezone AEST 10
ip routing
ip subnet-zero
ip classless
line console 0
logging synchronous
transport preferred none
exit
exit
wr

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Interface  configuration  of  training  ISP  network  Region  1:  
 

 
 
IPv4  Interface  Conf  Router1:  
 
config t
interface loopback 0
description Router1 Loopback
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/0
description WAN R1-R2
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/1
description WAN R1-R3
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/0
description Customer WAN R1-CAR1
no ip redirects
no ip directed-broadcast
no ip unreachables
no cdp enable
ip address [Link] [Link]
no shutdown
exit
exit
wr

Verify point-to-point connectivity:

ping [Link] [!!!!!]


ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPv6 Interface Conf Router1:

config t
ipv6 unicast-routing
ipv6 cef
interface loopback 0
ipv6 address 2406:6400:0000:0000::1/128
ipv6 enable
interface e1/0
ipv6 address 2406:6400:000E:0000::2/64
ipv6 enable
interface e1/1
ipv6 address 2406:6400:000E:0002::1/64
ipv6 enable
interface fa0/0
ipv6 address 2406:6400:0010:0000::1/64
ipv6 enable
exit
exit
wr

Verify point-to-point connectivity:

ping 2406:6400:000E:0000::1 [!!!!!]


ping 2406:6400:000E:0002::2 [!!!!!]
ping 2406:6400:0010:0000::2 [!!!!!]
IPv4 Interface Conf Router2:

config t
interface loopback 0
description Router2 Loopback
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/0
description WAN R2-R1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/1
description WAN R2-R3
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/0
description Purple Transport Link
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/1
description Green Transport Link
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/3
description Router2 DC net
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
exit
exit
wr
Verify point-to-point connectivity:

ping [Link] [!!!!!]


ping [Link] [!!!!!]

Verify transport link:

ping [Link] [!!!!!]


ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPv6 Interface Conf Router2:

config t
ipv6 unicast-routing
ipv6 cef
interface loopback 0
ipv6 address 2406:6400:0000:0000::2/128
ipv6 enable
interface e1/0
ipv6 address 2406:6400:000E:0000::1/64
ipv6 enable
interface e1/1
ipv6 address 2406:6400:000E:0001::1/64
ipv6 enable
interface fa0/0
ipv6 address 2406:6400:0002:0000::1/48
ipv6 enable
interface fa0/1
ipv6 address 2406:6400:0003:0000::1/48
ipv6 enable
interface e1/3
ipv6 address 2406:6400:0800:0000::1/64
ipv6 enable
exit
exit
wr

Verify point-to-point connectivity:

ping 2406:6400:000E:0000::2 [!!!!!]


ping 2406:6400:000E:0001::2 [!!!!!]
Verify transport link:

ping 2406:6400:0002:0000::2 [!!!!!]


ping 2406:6400:0002:0000::3 [!!!!!]
ping 2406:6400:0002:0000::4 [!!!!!]
ping 2406:6400:0003:0000::2 [!!!!!]
ping 2406:6400:0003:0000::3 [!!!!!]
ping 2406:6400:0003:0000::4 [!!!!!]

IPv4 Interface Conf Router3:

config t
interface loopback 0
description Router3 Loopback
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/0
description WAN R3-R2
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface e1/1
description WAN R3-R1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/0
description Customer WAN R3-CBR1
no ip redirects
no ip directed-broadcast
no ip unreachables
no cdp enable
ip address [Link] [Link]
no shutdown
exit
exit
wr
Verify point-to-point connectivity:

ping [Link] [!!!!!]


ping [Link] [!!!!!]
ping [Link] [!!!!!]

IPv6 Interface Conf Router3:

config t
ipv6 unicast-routing
ipv6 cef
interface loopback 0
ipv6 address 2406:6400:0000:0000::3/128
ipv6 enable
interface e1/0
ipv6 address 2406:6400:000E:0001::2/64
ipv6 enable
interface e1/1
ipv6 address 2406:6400:000E:0002::2/64
ipv6 enable
interface fa0/0
ipv6 address 2406:6400:0014:0000::1/64
ipv6 enable
exit
exit
wr

Verify point-to-point connectivity:

ping 2406:6400:000E:0001::1 [!!!!!]


ping 2406:6400:000E:0002::1 [!!!!!]
ping 2406:6400:0014:0000::2 [!!!!!]

IPv4 Interface Conf r13-CAR1:

config t
interface loopback 0
description r13-CAR1 Loopback
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/1
description Upstream WAN r13-CAR1-R1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no cdp enable
no shutdown
interface fa0/0
description LAN r13-CAR1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
exit
exit
wr

Verify point-to-point connectivity:

ping [Link] [!!!!!]

IPv6 Interface Conf r13-CAR1:

config t
ipv6 unicast-routing
ipv6 cef
interface loopback 0
ipv6 address 2406:6400:8000:0000::1/128
ipv6 enable
interface fa0/1
ipv6 address 2406:6400:0010:0000::2/64
ipv6 enable
interface fa0/0
ipv6 address 2406:6400:8000:0001::1/64
ipv6 enable
exit
exit
wr

Verify point-to-point connectivity:

ping 2406:6400:0010:0000::1 [!!!!!]

IPv4 Interface Conf r14-CBR1:

config t
interface loopback 0
description r14-CBR1 Loopback
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
interface fa0/1
description Upstream WAN r14-CBR1-R3
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no cdp enable
no shutdown
interface fa0/0
description LAN r14-CBR1
no ip redirects
no ip directed-broadcast
no ip unreachables
ip address [Link] [Link]
no shutdown
exit
exit
wr

Verify point-to-point connectivity:

ping [Link] [!!!!!]

IPv6 Interface Conf r14-CBR1:

config t
ipv6 unicast-routing
ipv6 cef
interface loopback 0
ipv6 address 2406:6400:9800:0000::1/128
ipv6 enable
interface fa0/1
ipv6 address 2406:6400:0014:0000::2/64
ipv6 enable
interface fa0/0
ipv6 address 2406:6400:9800:0001::1/64
ipv6 enable
exit
exit
wr

Verify point-to-point connectivity:

ping 2406:6400:0014:0000::1 [!!!!!]


Configuration  of  OSPF  in  training  ISP  network  Region1:  
 
 

 
IPv4  OSPF  Conf  Router1:  
 
config t
router ospf 17821
log-adjacency-changes
passive-interface default
network [Link] [Link] area 1
no passive-interface e1/0
network [Link] [Link] area 1
no passive-interface e1/1
network [Link] [Link] area 1
exit
exit
wr

Verify  IPv4  OSPF  Configuration:  


 
sh  ip  ospf  neighbor  
sh  ip  ospf  database  
sh  ip  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ip  ospf  packet  
debug  ip  ospf  adj  
 
IPv6  OSPF  Conf  Router1:  
 
config t
interface loopback 0
ipv6 ospf 17821 area 1
interface e1/0
ipv6 ospf 17821 area 1
interface e1/1
ipv6 ospf 17821 area 1
exit
exit
wr

Verify  IPv6  OSPF  Configuration:  


 
sh  ipv6  ospf  neighbor  
sh  ipv6  ospf  database  
sh  ipv6  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ipv6  ospf  packet  
debug  ipv6  ospf  adj  
 
IPv4  OSPF  Conf  Router2:  
 
config t
router ospf 17821
log-adjacency-changes
passive-interface default
network [Link] [Link] area 0
no passive-interface e1/0
network [Link] [Link] area 1
no passive-interface e1/1
network [Link] [Link] area 1
no passive-interface fa0/0
network [Link] [Link] area 0
no passive-interface fa0/1
network [Link] [Link] area 0
exit
exit
wr
 
 
Verify  IPv4  OSPF  Configuration:  
 
sh  ip  ospf  neighbor  
sh  ip  ospf  database  
sh  ip  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ip  ospf  packet  
debug  ip  ospf  adj  
 
IPv6  OSPF  Conf  Router2:  
 
config t
interface loopback 0
ipv6 ospf 17821 area 0
interface fa0/0
ipv6 ospf 17821 area 0
interface fa0/1
ipv6 ospf 17821 area 0
interface e1/0
ipv6 ospf 17821 area 1
interface e1/1
ipv6 ospf 17821 area 1
exit
exit
wr

Verify  IPv6  OSPF  Configuration:  


 
sh  ipv6  ospf  neighbor  
sh  ipv6  ospf  database  
sh  ipv6  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ipv6  ospf  packet  
debug  ipv6  ospf  adj  
 
IPv4  OSPF  Conf  Router3:  
 
config t
router ospf 17821
log-adjacency-changes
passive-interface default
network [Link] [Link] area 1
no passive-interface e1/0
network [Link] [Link] area 1
no passive-interface e1/1
network [Link] [Link] area 1
exit
exit
wr

Verify  IPv4  OSPF  Configuration:  


 
sh  ip  ospf  neighbor  
sh  ip  ospf  database  
sh  ip  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ip  ospf  packet  
debug  ip  ospf  adj  
 
IPv6  OSPF  Conf  Router3:  
 
config t
interface loopback 0
ipv6 ospf 17821 area 1
interface e1/0
ipv6 ospf 17821 area 1
interface e1/1
ipv6 ospf 17821 area 1
exit
exit
wr

Verify  IPv6  OSPF  Configuration:  


 
sh  ipv6  ospf  neighbor  
sh  ipv6  ospf  database  
sh  ipv6  route  ospf  
ping  [router1….up  to  router12  loopback]  !!!!!  
ping  [all  WAN  interface  &  transport  interface]  !!!!!  
ping  [any  datacenter  prefix]  .....  
ping  [any  customer  prefix]  …..  
debug  ipv6  ospf  packet  
debug  ipv6  ospf  adj  
 
 
 

You might also like