Sunday, July 31, 2011

Welcome Ramadhan :)

Hi Everyone

the time is indeed moving fast, I thought I just pass the ramadhan last year as if it was yesterday. and yet tomorrow is gotta be ramadhan day.

After two months entering the state of 'null', finally i decided to go for another project, let say this project called 'Project S', and I will dedicated my time for this kind of thing :p

Congratulation to all my friends that pass the Mobile CCIE lab that was held on Jakarta this week :), enjoy your achievement.

I just wanna say happy ramadhan Everyone \(^0^)/

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