0% found this document useful (0 votes)
35 views4 pages

Router 1

The document outlines the configuration of a network router, including hostname, IP addresses, VLANs, and interface settings. It specifies routing protocols like OSPF for different VRFs (Virtual Routing and Forwarding) and includes route maps for managing IP address prefixes. Additionally, it details the setup of various interfaces and their respective encapsulations and descriptions.

Uploaded by

Mohamed Noaman
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views4 pages

Router 1

The document outlines the configuration of a network router, including hostname, IP addresses, VLANs, and interface settings. It specifies routing protocols like OSPF for different VRFs (Virtual Routing and Forwarding) and includes route maps for managing IP address prefixes. Additionally, it details the setup of various interfaces and their respective encapsulations and descriptions.

Uploaded by

Mohamed Noaman
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

hostname RNC_RTR_Meknes_1 ip subnet-zero ip classless no ip domain-lookup ip arp proxy disable vtp mode transparent ip vrf IuPS_UP rd 1:701 ip vrf

IuPS_CP rd 1:700 ip sla 701 icmp-echo 192.168.138.234 source-ip 192.168.138.233 vrf IuPS_UP timeout 2000 frequency 5 ip sla schedule 701 life forever start-time now track 1 ip sla 701 ip prefix-list PL_UP_CONNECTED_PE seq 5 permit 10.12.0.192/29 ip prefix-list PL_UP_GLOBAL_PE seq 5 permit 10.12.0.192/28 ip prefix-list PL_CP_STATIC_PE seq 5 permit 10.12.0.64/30 ip prefix-list PL_CP_GLOBAL_PE seq 5 permit 10.12.0.64/29 route-map RM_UP_GLOBAL_PE permit 10 match ip address prefix-list PL_UP_GLOBAL_PE route-map RM_UP_CONNECTED_PE permit 10 match ip address prefix-list PL_UP_CONNECTED_PE route-map match ip ! route-map match ip RM_CP_PE permit 10 address prefix-list PL_CP_STATIC_PE RM_CP_PE permit 20 address prefix-list PL_CP_GLOBAL_PE

vlan 10 name IuPS_UP1 vlan 20 name IuPS_CP1 vlan 11 name IuPS_UP2 vlan 22 name IuPS_CP2 interface Port-channel1 switchport switchport trunk encapsulation dot1q switchport mode trunk mls qos trust dscp interface GigabitEthernet1/1 description RNC_NPGE0_GE0 no ip address no cdp enable switchport switchport trunk encapsulation dot1q switchport trunk allowed vlan 10

switchport mode trunk mls qos trust dscp no shutdown interface GigabitEthernet1/2 description RNC_NPGE0_GE1 no ip address no cdp enable switchport switchport mode trunk switchport trunk encapsulation dot1q switchport trunk allowed vlan 20 mls qos trust dscp no shutdown interface GigabitEthernet1/3 description RNC_NPGE3_GE0 no ip address no cdp enable switchport switchport trunk encapsulation switchport trunk allowed vlan switchport mode trunk mls qos trust dscp no shutdown interface GigabitEthernet1/4 description RNC_NPGE3_GE1 no ip address no cdp enable switchport switchport trunk encapsulation switchport trunk allowed vlan switchport mode trunk mls qos trust dscp no shutdown interface GigabitEthernet1/23 description C7609-2_G1/23 no ip address no cdp enable switchport switchport trunk encapsulation channel-protocol lacp channel-group 1 mode active switchport mode trunk mls qos trust dscp no shutdown interface GigabitEthernet1/24 description C7609-2_G1/24 no ip address no cdp enable switchport switchport trunk encapsulation channel-protocol lacp channel-group 1 mode active switchport mode trunk mls qos trust dscp no shutdown interface GigabitEthernet1/11 description PE1 no ip address no ip redirects

dot1q 11

dot1q 22

dot1q

dot1q

no ip proxy-arp load-interval 30 speed nonegotiate no cdp enable no shutdown interface GigabitEthernet1/11.701 description IuPS_UP_PE1 ip vrf forwarding IuPS_UP encapsulation dot1Q 701 ip address 192.168.138.233 255.255.255.252 interface GigabitEthernet1/11.700 description IuPS_CP_PE1 ip vrf forwarding IuPS_CP encapsulation dot1Q 700 ip address 192.168.136.233 255.255.255.252 interface Vlan10 description IuPS_UP1 ip vrf forwarding IuPS_UP ip address 10.12.0.194 255.255.255.248 standby 1 ip 10.12.0.193 standby 1 priority 120 standby 1 timers msec 300 1 standby 1 preempt delay minimum 100 standby 1 track 1 decrement 40 interface Vlan11 description IuPS_UP2 ip vrf forwarding IuPS_UP ip address 10.12.0.202 255.255.255.248 standby 2 ip 10.12.0.201 standby 2 priority 90 standby 2 timers msec 300 1 standby 2 preempt

interface Vlan20 description IuPS_CP1 ip vrf forwarding IuPS_CP ip address 10.12.0.73 255.255.255.248 interface Vlan22 description IuPS_CP2 ip vrf forwarding IuPS_CP ip address 10.12.0.82 255.255.255.248 router ospf 11 vrf IuPS_UP router-id 192.168.138.233 network 192.168.138.233 0.0.0.0 area 11 auto-cost reference-bandwidth 1000 capability vrf-lite redistribute connected subnets route-map RM_UP_CONNECTED_PE redistribute static subnets route-map RM_UP_GLOBAL_PE router ospf 10 vrf IuPS_CP router-id 192.168.136.233 network 192.168.136.233 0.0.0.0 area 10

auto-cost reference-bandwidth 1000 capability vrf-lite redistribute static subnets route-map RM_CP_PE ip route vrf IuPS_UP 10.12.0.192 255.255.255.240 null 0 ip route vrf IuPS_CP 10.12.0.64 255.255.255.248 null 0 ip route vrf IuPS_CP 10.12.0.64 255.255.255.252 10.12.0.75 name " To RNC CP1" ip route vrf IuPS_CP 10.12.0.68 255.255.255.252 10.12.0.83 name " To RNC CP2 "

You might also like