Skip to main content

Ccie exam fee Route Optimization Overview and Distribution Control List Control Routing Configuration

Ccie exam fee Route Optimization Overview and Distribution Control List Control Routing Configuration

In today's high-performance networks, the network must be optimized to ensure network scalability, stability, security, and fast convergence. Route filtering and policy routing are common methods of route optimization.ccie exam fee

Route filtering means that certain routes are not sent and received during route update. Passive interfaces, distributed control lists, redistribution and routing policies can implement route filtering.Policy routing provides a mechanism for packet forwarding based on standards set by network managers.ccie exam fee.Policy-based routing is more powerful and flexible than traditional routing. It allows network managers to select forwarding paths based on the destination address and based on protocol type, packet size, application, or IP source address.The policy routing policy is defined by a route map. The most important of the "route map" commands are "match" and "set".ccie exam fee

Match is used to define the matching condition, and the matching statement detects the packet at the input port of the router. Common matching conditions include IP address, interface, metrics, and packet length.Set Defines the behavior to be taken on statements that match the matching criteria.ccie exam fee

Set ip next hop: Set the next hop address of the packet

Set interface : set the packet out interface

Set ip default next hop : Sets the default next hop address for when there is no routing destination entry in the routing table.

Set default interface : set the default outgoing interface

Set ip tos : Set the IP ToS value of the IP packet

Set ip precedence : set the priority of the IP packet

1. The last default "deny any" of a route map. The result of this deny depends on how this route map is used.If a packet has no match for route map, it will be forwarded according to the normal destination address, and if there is no match for the route entry, it will be rejected.

2. A route map can contain multiple route map statements, which are executed in the same order as ACLs from top to bottom.

Control routing updates with a distribution control list:


In this experiment, the router is controlled by using the distribution control list. R1 only sends the route with the third odd number in the loopback interface and the route of the g0/0 interface to R2. The entire network runs the RIPv2 routing protocol.

Experimental steps:

Router R1 emulates a PC. Router R2 acts as R1 and router R3 acts as R2.

Configure the interface IP address:

Router>enable

Router#configure terminal

Router(config)#line console 0

Router(config-line)#exec-timeout 0 0

Router(config-line)#logging synchronous

Router(config-line)#exit

Router(config)#no ip domain-lo

Router(config)#no ip domain-lookup

Router(config)#hostname PC

PC(config)#interface fastEthernet 0/0

PC(config-if)#ip address 172.16.1.1 255.255.255.0

PC(config-if)#no shutdown



Router>enable

Router#configure terminal

Router(config)#line console 0

Router(config-line)#exec-timeout 0 0

Router(config-line)#logging synchronous

Router(config-line)#exit

Router(config)#no ip domain-lookup

Router(config)#hostname R1

R1(config)#interface fastEthernet 0/0

R1(config-if)#ip address 172.16.1.254 255.255.255.0

R1(config-if)#no shutdown

R1(config)#interface serial 2/0

R1(config-if)#ip address 192.168.12.1 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#exit

R1(config)#interface lo0

R1(config-if)#ip address 1.1.0.1 255.255.255.0

R1(config)#interface lo1

R1(config-if)#ip address 1.1.1.1 255.255.255.0

R1(config-if)#int lo2

R1(config-if)#ip address 1.1.2.1 255.255.255.0

R1(config-if)#int lo3

R1(config-if)#ip address 1.1.3.1 255.255.255.0

R1(config-if)#int lo4

R1(config-if)#ip address 1.1.4.1 255.255.255.0

R1(config-if)#int lo5

R1(config-if)#ip address 1.1.5.1 255.255.255.0

R1(config-if)#int lo6

R1(config-if)#ip address 1.1.6.1 255.255.255.0

R1(config-if)#int lo7

R1(config-if)#ip address 1.1.7.1 255.255.255.0

R1(config-if)#exit



Router>enable

Router#configure terminal

Router(config)#line console 0

Router(config-line)#exec-timeout 0 0

Router(config-line)#logging synchronous

Router(config-line)#exit


Router(config)#no ip domain-lookup


Router(config)#hostname R2

R2(config)#interface serial 2/0

R2(config-if)#ip address 192.168.12.2 255.255.255.0

R2(config-if)#no shutdown

R2(config-if)#exit

R2(config)#interface lo0

R2(config-if)#ip address 2.2.2.2 255.255.255.0

R2(config-if)#exit


Configure the RIP dynamic routing protocol.

R1(config)#access-list 1 permit 172.16.1.0

R1(config)#access-list 1 permit 1.1.1.0 0.0.254.0 //Configure the access control list to allow the third bit to be an odd route


R1(config)#router rip

R1(config-router)#version 2

R1(config-router)#no auto-summary

R1(config-router)#network 1.0.0.0

R1(onfig-router)#network 172.16.0.0

R1(config-router)#network 192.168.12.0

R1(config-router)#passive-interface default //Default is passive interface

R1(config-router)#no passive-interface s2/0 //Close the default interface

R1(config-router)#distribute-list 1 out s2/0 //Configure the distribution control list in the outbound direction


The "distribute-list" command can globally filter routes in an inbound or outbound route update, or set route filtering for the inbound or outbound direction of each interface involved in a routing process.


R2(config)#router rip

R2(config-router)#version 2

R2(config-router)#no auto-summary

R2(config-router)#network 192.168.12.0

R2(config-router)#network 2.0.0.0

R2(config-router)#exit

The configuration is complete.

View the routing table on R2:





The learned routing entry indicates that R2 only receives the route of the Ethernet port of R1 and the loopback interface of the third bit.

R1#show ip protocols



The above output information indicates that there is no distribution control list in the global context, and the distribution control list is applied in the outbound direction of the S2/0 interface.



Publisher:IE LAB NETWORK

publish Website: http://ielab.network

WhatsApp: +8617782638871

Skype:live:ielab.anna

Ccie exam fee Route Optimization Overview and Distribution Control List Control Routing Configuration

Comments

Popular posts from this blog

Cisco ccie exam Linux overview and history

      Cisco ccie exam Linux overview and history Simply put, the Linux operating system is a clone of the UNIX operating system, which was born on October 5, 1991 (the first time it was officially announced). It's the same as Microsoft's Windows, apple's MAC OS and android on mobile phones. Cisco ccie exam.Compared to ordinary people, Linux system may be relatively unfamiliar, and most of them are probably familiar with Windows system. Since the graphical interface of Windows is simpler and easier to use, Windows occupies more markets, and Linux systems are mainly command-line operations, which are more demanding for professionalism.Cisco ccie exam Linux systems are stable, secure, and have strong concurrency, so they are widely used in the server field. The professional servers are almost all Linux systems. Linux is open source, free, everyone can see the source code of Linux, you can use Linux for free. And the Linux kernel is short and lean, and some can only be a ...

Cisco ccie exam You must know about SD-WAN... (1)

Cisco ccie exam You must know about SD-WAN... (1) 1. What is SD-WAN? "SD-WAN is a service formed by applying SDN technology to a wide area network scenario. Cisco ccie exam.This service is used to connect a wide range of enterprise networks, including enterprise branches and data centers."Although in many consulting reports or vendor solutions, SD-WAN is often limited to the networking scenarios where enterprise branch offices are interconnected.However, based on the definition of SD-WAN, the application scenarios of SD-WAN can be summarized into three categories: enterprise interconnection, data center interconnection and cloud interconnection scenarios. The enterprise interconnection SD-EN (SDN based Enterprise Network) focuses on the WAN connection on the user side, providing an efficient SDN-based solution for the connection between the enterprise headquarters and branch offices across the WAN.SD-DCI (SDN based Data Center Interconnection) refers to an SDN-based solutio...

CCIE LAB EXAM Three minutes to learn the application of NAT address translation technology

CCIE LAB EXAM  Three minutes to learn the application of NAT address translation technology NAT translates the private IP address into the external network IP address through the border route, and records the conversion mapping record in the NAT address translation table of the border route.When external data is returned, the route uses NAT technology to query the NAT translation table, and then replaces the destination address with the IP address of the intranet user. ccie lab dumps Before we learned the theoretical information of NAT, we know its specifi...