Friday, July 1, 2011

OER/PfR the Configuration Template

Guys, I don't know how to upload the presentation either in the P@ or in this blog, so I will come up with the idea of the configuration template.

BR-Configuration
!
key chain KC_OER
key 1
key-string CISCO
!
oer border
logging <-- every log will be count (default=off)
local Loopback0
master 150.1.1.1 key-chain KC_OER
active-probe address source interface Loopback0 <-- To make the Border calculate the parameter based on delay or throughput for example :)
!
end


Master_Controller-Configuration
!
key chain KC_OER
key 1
key-string CISCO
!
oer master
logging
!
border 150.1.2.2 key-chain KC_OER
interface FastEthernet0/0 external <-- The one facing the outside Network
interface FastEthernet0/1 internal <-- The one facing the Master-Controller
!
border 150.1.3.3 key-chain KC_OER
interface FastEthernet0/0 external
interface FastEthernet0/1 internal
!
learn <-- Profile Phase, in this case i will measure based on delay and throughput
throughput
delay
periodic-interval 1 < i will use the result of the calculation for 1 minutes
monitor-period 2 <-- I will do the calculation for 2 minutes
aggregation-type prefix-length 32
!
no max range receive
holddown 180
backoff 90 180
mode route control <-- I will inject the route if necessary
mode route metric static tag 777
mode select-exit best <-- the exit point will purely based on performance
periodic 90
resolve delay priority 1 variance 1 <-- delay is my first concern in performance
resolve utilization priority 2 variance 1
resolve loss priority 3 variance 1
resolve range priority 4
!
!
end

verification command:

Border:
R#show oer border
R#show oer border passive cache prefix
R#debug oer border active-probe detail

Master:
R#show oer master
R#show oer master prefix? <-- need to be verified, I'm not in front of the CLI right know :p

2 comments:

Unknown said...

kalau boleh saya minta template "sh run" nya masing2 router donk bos, kalau boleh kirim ke email fred_nookie@yahoo.com. tks bos ;)

IP said...

Udah saya kirim ya mas contoh sh run, beserta initial config dan file GNSnya, semoga bermanfaat :)