Adding IP local Pool

ကၽြန္ေတာ္ရဲ႕ အလုပ္သစ္မွာ ပထမဦးဆံုး လုပ္ရမယ္႕ Maintenance ျဖစ္ပါတယ္။ ဟုတ္ပါတယ္။ BRAS ထဲမွာ ရွိေနတဲ႕ IP POOL ေတြကုန္ေတာ႕မွာမို႕ထပ္ထည္႕ေပးရတာပါ။ Colleagues အားလံုးက ေမးသမွ်ေျဖၿပီး ၀ိုင္းကူေပးၾကပါတယ္။ ၾကီးၾကီးမားမား မဟုတ္ေပမယ္႕ Core Network ကိုပထမဦးဆံုး ကိုင္ဖူးတာမို႕ ရင္တမမ နဲ႕ပါ။ အားလံုးေခ်ာေခ်ာေမြ႕ေမြ႕ၿပီးသြားခဲ႕ပါတယ္။


E320:(config)#

#Calculate local Pool before configure (first address, last address, and mask)

#

#Putting ip local pool command

#Eg.

IP local pool (name)meganfox (start ip )110.xxx.xxx.65 (end ip)110.xxx.xxx.126

#Configuration loopback address for ip pool

#Eg.

IP address (first address of ip pool1)110.xxx.xxx.65 (full mask)255.255.255.255

#Putting route for the IP pool

#Eg.

Ip route (network ip)110.xxx.xxx.64 (netmask)255.255.255.192 (null interface)null0

#Setting Route Map for IP pool

Eg.

ip prefix-(list or tree) "(name)" permit (network) 110.xxx.xxx.64/26

ၿပီးေတာ႕ Verify လုပ္ၾကည္႕ပါတယ္။

#Verifying the newly add pool

Eg.

Show ip local pool | inc 110.xxx.xxx.xxx

#Verifying route for newly added pool

Eg.

Show ip bgp | inc 110.xxx.xxx.xxx

====

တကယ္တမ္း Configure လုပ္ရတာေလးက ေအာက္ကဟာေလးပါပဲ။


vi LoiKaw

config t

interface loopback 0

ip address 110.xxx.xxx.66 255.255.255.255 secondary

ip local pool MeganFox 110.xxx.xxx.66 110.xxx.xxx.126

router bgp 65114

network
110.xxx.xxx.64 mask 255.255.255.192

ip route 110.xxx.xxx.64 255.255.255.192 null0