Introducing 

Prezi AI.

Your new presentation assistant.

Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.

Loading…
Transcript

Advanced Routing Project

Presented by Khulood Ahmed Al Shehhi

Project requirement

Default Routing

Static Routing

EIGRP & OSPFv3

Policy Based Routing

BGP

Topology

Topology

Assign ip address

We assign ipv4 /24 for HQ and /30 for Org 2

IPv4

Ipv6

We assign link-local to communicate between two hosts

in the same link

Command

  • Assign IP address version 4 and 6 to all routers
  • EIGRP & OSPFv3

ISP(config-if)#int S0/2/1

ISP(config-if)#ip add 10.10.110.1 255.255.255.0

ISP(config-if)#no shut

ISP(config-if)#int S0/3/1

ISP(config-if)#ipv6 add 2001:db8:cafe:110::1/64

ISP(config-if)#ipv6 add Fe80::3 link-local

ISP(config-if)#no shut

EIGRP For Organization 1

HQ

ipv6 unicast-routing

ipv6 router eigrp 1

eigrp router-id 1.1.1.1

no shut

OSPFv3 for Organization 2

Org

ipv6 unicast-routing

ipv6 router ospf 1

router-id 1.1.1.1

exit

ospf summary

Router ospf 1

area 1 range 20.20.0.0 255.255.192.0

exit

  • Default Routing and Static

HQ to ISP is the primary

ip route 0.0.0.0 0.0.0.0 10.10.110.1

ipv6 route ::/0 2001:db8:cafe:88::1

Used to provide backups in the event that dynamic routing information fails to be exchanged

Topology

  • Policy based routing
  • BGP

HQ

router bgp 65000

neighbor 10.10.90.1 remote-as 65001

network 10.10.0.0 mask 255.255.128.0

HQ1(config)#Ip access-list extended PBR-ACL

HQ1(config-ext-nacl)#Permit ip host 192.168.1.1 any

HQ1(config-ext-nacl)#Route-map PBR-PC0

HQ1(config-ext-nacl)#Route-map PBR-PC0

HQ1(config-ext-nacl)#Match ip address PBR-ACrL

HQ1(config-ext-nacl)#Set ip next-hop 10.10.10.1

HQ1(config-ext-nacl)#Exit

HQ1(config)#Int g0/1

HQ1(config-if)#Ip policy route-map PBR-PC0

Trubleshooting

Questions

Learn more about creating dynamic, engaging presentations with Prezi