CNIT Blog,

The cnit blog has contain the information about Informations Technolgies and also about computer networking related informations and many more.


Hi, i'm DEEPESH BHOI,currently living in Chhattisgarh,India.I'm a Network Engineer. love to configure network devices(like..Routers,Switches,Firewall,IOS configure,ASA device,IPS device),Network administrations,Network Traffic Monitoring and also blogging is my think. Find out more...


by

How to configure VRF (Virtual Routing Forwarding) on Router(7200 series) using GNS3.

IT-NETWORKKING TECHNOLOGY

To connect Both Routers(using serial interface),and go to router and type Host name using Command prompt..1. Create two  loopback interface,and type ip address.(Warn,both of loopback addresses are same)
             2.To create tunnel interface on both side and type ip address(both side are different)
             3.After that create VRF routing..
             4. To create Routing Protocol like Eigrp..etc
You will see down how it is ::::::::::


CONFIGURATION:


CONFIGURATION GUIDE(ATUL):SAME AS DEEPESH Router CONFIG;
\\\
///
ATUL(config)#hostname ATUL
ATUL(config)#ip vrf Atul                       (vrf name)
ATUL(config-vrf)# rd 2:2                       (ASN :NN)
ATUL(config-vrf)#exit
\\\
///
ATUL(config)#interface Loopback0
ATUL(config-if)#ip vrf forwarding Atul
ATUL(config-vrf)#ip address 1.1.1.1 255.255.255.0
\\\
///
ATUL(config)#interface Loopback1
ATUL(config-if)#ip vrf forwarding Atul
ATUL(config-vrf)#ip address 2.2.2.2 255.255.255.0
\\\
///
ATUL(config)#interface Tunnel1
ATUL(config-vrf)#ip vrf forwarding Atul
ATUL(config-vrf)#ip address 172.68.12.2 255.255.255.0
ATUL(config-vrf)#tunnel source Serial1/0
ATUL(config-vrf)#tunnel destination 192.168.1.1
\\\
///
ATUL(config)#interface Serial1/0
 ATUL(config-if)#ip address 192.168.1.2 255.255.255.0
 ATUL(config-if)#mpls ip
\\\
///
ATUL(config)#interface FastEthernet2/0
ATUL(config-if)# ip address 192.168.5.1 255.255.255.0
\\\
///
ATUL(config)#router eigrp 20
ATUL(config-router)#network 1.0.0.0
ATUL(config-router)#network 2.0.0.0
ATUL(config-router)#network 192.168.1.0
ATUL(config-router)#no auto-summary
///
\\\
--------------------------------------------------------------------------------------------------
If you satisfied please leave comments...

0 comments:

Post a Comment