Ads 468x60px

Wednesday, April 27, 2011

MAIPU - Configuration for QOS and IPSLA


Maipu configuration Example – QOS , IPSLA.

Here we have one example, How to configure Maipu router for QOS, IPSLA and SNMP traps. I think this configuration template you can use as reference.

Functions Included : 
QOS  – LLQ + CBWFQ + Traffic shaping.
 IP SLA – Jitter,ICMPEcho,ICMP Path Jitter, Flow statistics,UDP Echo.
SNMP traps

After doing  below configuration,  you can monitor Maipu device from your NMS. Make sure that Maipu MIBs are integrated in your NMS.

Device used: Maipu 1800

Configuration :

Building Configuration...done

! Current configuration : 5621 bytes
!
! Last configuration change at UTC THU APR 14 18:56:15 2011
! Flash config last updated at UTC THU JAN 01 01:24:26 1970
! Configuration version 0.18
!

!software version 6.1.38(JSJR-35)(integrity)
!software image file flash0: /system/rp5-c-6.1.38(JSJR-35).bin
!compiled on Jan  4 2011, 12:34:35

hostname XXXX
service timestamps debug datetime
service timestamps log datetime
service taskname debug
service taskname log
no service password-encrypt
no service new-encrypt
service login-secure
enable timeout 0


enable password OW encrypt



no exception reboot

ip mef

ip load-sharing per-destination

ip flow enable

ip access-list extended 1001
 10 permit ip host 22.0.0.1 130.255.0.0 0.0.255.255
 exit
ip access-list extended 1002
 10 permit ip any host 130.255.153.120
 exit
ip access-list extended xx
 10 permit ip host 68.1.1.2 any
 exit







vlan 1
 description default
 port 0-7 untagged
 exit

class-map match-all xx
  match access-group xx
 exit
class-map match-all snmp
  match access-group 1001
 exit
class-map match-all telnet
  match access-group 1002
 exit
policy-map test
 class xx
  priority 1000
  exit
 class snmp
  priority 2000
  exit
 class telnet
  bandwidth 1000
  exit
 class class-default
  shape average 1000000
  exit
 exit
policy-map test1
 class class-default
  set qos-group 1
  exit
 exit



interface fastethernet0
 ip address 17.1.1.2 255.255.255.0
 service-policy input test1
 exit


interface fastethernet0.1
 ip address 19.1.1.2 255.255.255.0
 encapsulation dot1q 1
 traffic-shape 1000000 10000
 exit



interface fastethernet1
 ip address 192.168.2.84 255.255.252.0
 service-policy output test
 traffic-shape 1000000 50000
 exit


interface fastethernet1.1
 exit


interface null0
 exit


router rip
 version 2
 network fastethernet0
 no auto-summary
 exit

ip route 12.1.1.0 255.255.255.0 18.1.1.1
ip route 17.1.1.0 255.255.255.0 22.0.0.2
ip route 130.255.0.0 255.255.0.0 22.0.0.2




line vty 0 15
 exec-timeout 0 0
 no login
 exit

ntp master 8
ntp authenticate
ntp authentication-key 520915 md5 SYSZXZ encrypt


check cpu enable
check cpu time-interval 1

snmp-server start
snmp-server view default 1.3.6.1 include
snmp-server community public view default ro
snmp-server host 130.255.153.200 traps community public version 2
snmp-server host 130.255.153.120 traps community public version 2
snmp-server host 192.168.2.85 traps community public version 2
snmp-server enable traps bgp established
snmp-server enable traps bgp backward-transition
snmp-server enable traps frame-relay dlci-status-change
snmp-server enable traps frame-relay pvc-connect-status-change
snmp-server enable traps frame-relay pvc-connect-status-notify
snmp-server enable traps ospf if-authen-failure
snmp-server enable traps ospf virtif-authen-failure
snmp-server enable traps ospf if-config-error
snmp-server enable traps ospf virtif-config-error
snmp-server enable traps ospf if-state-change
snmp-server enable traps ospf virtif-state-change
snmp-server enable traps ospf nbr-state-change
snmp-server enable traps ospf virtnbr-state-change
snmp-server enable traps ospf if-rx-bad-packet
snmp-server enable traps ospf virtif-rx-bad-packet
snmp-server enable traps ospf tx-retransmit
snmp-server enable traps ospf virtif-tx-retransmit
snmp-server enable traps ospf originate-lsa
snmp-server enable traps ospf max-age-lsa
snmp-server enable traps ospf lsdb-approaching-overflow
snmp-server enable traps ospf lsdb-overflow
snmp-server enable traps snmp authentication
snmp-server enable traps snmp coldstart
snmp-server enable traps snmp warmstart
snmp-server enable traps snmp linkdown
snmp-server enable traps snmp linkup
snmp-server enable traps snmp enterprise snmp-agent-up
snmp-server enable traps snmp enterprise snmp-agent-down
snmp-server enable traps snmp enterprise rmon-rising
snmp-server enable traps snmp enterprise rmon-falling
snmp-server enable traps veth remote-status
snmp-server enable traps remote-ping probe-failed
snmp-server enable traps remote-ping test-failed
snmp-server enable traps remote-ping test-complete
snmp-server enable traps vrf




rtr enable

rtr 1 jitter
 set dest-ipaddr 17.1.1.1 dest-port 200 g711alaw
 number-of-history-kept 100
 CreatedTime WED JAN 26 17:12:38 2011
 LatestModifiedTime THU JAN 01 01:38:09 1970

 exit

rtr 2 icmpecho
 set 17.1.1.1 1 70 2
 number-of-history-kept 100
 CreatedTime MON JAN 19 16:58:24 1970
 LatestModifiedTime THU JAN 01 01:38:32 1970

 exit

rtr 3 icmp-path-echo
 set dest-ipaddr 17.1.1.1 source-ipaddr 18.1.1.2
 number-of-history-kept 90
 CreatedTime TUE MAR 15 19:21:11 2011
 LatestModifiedTime THU APR 14 18:55:47 2011

 exit

rtr 4 icmp-path-jitter
 set dest-ipaddr 17.1.1.1
 number-of-history-kept 100
 CreatedTime THU APR 14 18:53:12 2011
 LatestModifiedTime THU APR 14 18:53:34 2011

 exit

rtr 5 flow-statistics
 flow-statistics interface fastethernet0 interval 10
 CreatedTime THU APR 14 18:53:59 2011
 LatestModifiedTime THU APR 14 18:54:20 2011

 exit

rtr 6 udpecho
 set dest-ipaddr 17.1.1.1 dest-port 300
 number-of-history-kept 100
 CreatedTime THU APR 14 18:54:36 2011
 LatestModifiedTime THU APR 14 18:54:53 2011

 exit

rtr group 1
 member 3
 exit

rtr schedule 1 entity 1 start now ageout 900 life forever

rtr schedule 2 entity 2 start now ageout 900 life forever


rtr schedule 4 entity 4 start now ageout 900 life forever

rtr schedule 5 entity 5 start now ageout 900 life forever

rtr schedule 6 entity 6 start now ageout 900 life forever

rtr schedule 10 group 1 start now ageout 900 life forever

rtr responder
!end


1800#
1800#sh ver
               MyPower (R) Operating System Software
MP1800 system image file (flash0: /system/rp5-c-6.1.38(JSJR-35).bin), version 6.1.38(JSJR-35)(integr
ity), Compiled on Jan  4 2011, 12:34:35
Copyright (C) 1999 Maipu Communication Technology Co., Ltd. All Rights Reserved.

MP1800 Version Information
        System ID           : 00017a0c6124
        Hardware Model      : MPC8270 with 128 MBytes SDRAM, 32 MBytes flash
        Hardware Version    : 020(Hotswap Unsupported)
        MPU CPLD Version    : 001
        Monitor Version     : 2.18
        Software Version    : 6.1.38(JSJR-35)(integrity)
        Software Image File : flash0: /system/rp5-c-6.1.38(JSJR-35).bin
        Compiled            : Jan  4 2011, 12:34:35

System Uptime is 1 week 5 days

I am using this configuration for my use. I am sharing this, May be it will be useful for you ..
Plz let me know if you have any queries.


25 comments:

Anonymous said...

Hi, I read few articles on your blog...I must admit that I am really impressed with the ease of language and explanations. I have worked with service providers and OEMs for almost 8-9 years as Architect now but there are still some nitty gritty which at times becomes confusing and I will make sure to search ur blog before the internet.Bookmarked your blog.
A word of suggestion, try to include more examples and their explanations, this would make it more lucid and easy to correlate.

Keep it up.

Anonymous said...

Hi, I read few articles on your blog...I must admit that I am really impressed with the ease of language and explanations. I have worked with service providers and OEMs for almost 8-9 years as Architect now but there are still some nitty gritty which at times becomes confusing and I will make sure to search ur blog before the internet.Bookmarked your blog.
A word of suggestion, try to include more examples and their explanations, this would make it more lucid and easy to correlate.

Keep it up.

Uttamkumar said...

Thanks Buddy.. I will work on your suggestions..

arjun said...

Hi Kumar,

Does Maipu router MP1700E support this IP SLA scheme? Also, can you give us an example of IP Flow configuration in Maipu router? Thanks man.

Uttamkumar said...

Hi Arjun,
Yes Maipu 1700E supports IPSLA, Plz upgrade the IOS to rpl-i-6.2.52.bin
For IPflow configuration - Maipu support IPFIX,Plz check below link :
http://blogs.manageengine.com/netflowanalyzer/2011/07/07/configuring-maipu-routers-to-export-ipfix

http://startnetworks.blogspot.in/2011/05/ipfix-and-netflow.html

Hope to resolve your queries.

Uttamkumar said...

Hi Arjun,
You can download, 6.2.47. It will also work.
Below is path-
/02_Technical_Support/IOS_Software/NEW20110927/ROUTER/
File Name = MP801E&MP1700E Firmware 6.2.47.7z
URL - ftp://overseas@221.10.5.194/02_Technical_Support/IOS_Software/NEW20110927/ROUTER/MP801E&MP1700E%20Firmware%206.2.47.7z

arjun said...

Hi Kumar,

Thanks man. Will do.

Gaurav Kumar said...

HI Uttam,

From where I can get Maipu MIB's.
Please post if it is available.

Gaurav Kumar said...

HI Uttam,

From where I can get Maipu MIB's.
Please post if it is available.

Uttamkumar said...

Hi Gaurav,
I mailed you Maipu MIBs, Kindly check you mail. In case of any more support. Plz post here. I will try to support you.

Anonymous said...

Hi Uttam,

I am looking for MIB's for Maipu routers.
From where I can get that.

Unknown said...

Hi Uttam,

I am looking for MIB's for Maipu routers.
From where I can get that.

Unknown said...
This comment has been removed by a blog administrator.
Unknown said...

QF0721
ray ban sunglasses
air max 90
manchester united soccer jersey
the north face jackets
indianapolis colts jerseys
dwyane wade jersey
cheap wedding dresses
real madrid soccer jersey
cheap oakley sunglasses
nike outlet
hermes bracelet
prom dresses
oakley sunglasses canada
coach outlet
cheap oakley sunglasses
vans sneakers
coach outlet store
cardinals jersey
nike roshe
jeremy maclin jersey,jamaal charles jersey,joe montana jersey,justin houston jersey,dontari poe jersey,eric berry jersey
nhl jerseys wholesale
juicy couture outlet online
lebron james shoes,lebron 12,lebron 12 shoes,lebron sneakers,lebron iv,lebron 11,lebron 10
dallas cowboys jersey
nike trainers uk
tory burch outlet

Unknown said...

louis vuitton alma bag
mcm tote bag
burberry belt
burberry belts
gucci loafers men
prada handbags sale
burberry backpack
gucci sunglasses for women
chanel tote bag
longchamp sale
michael kors handbags outlet
louis vuitton artsy
coach handbags
michael kors hamilton tote
louis vuitton neverfull
coach sunglasses
mcm tote
louis vuitton neverfull mm
discount michael kors
longchamp outlet
longchamp le pliage large tote
michael kors outlet store
michael kors black purse
hermes purses
louis vuitton handbags on sale
chanel outlet
chanel flap bag
chanel tote
louis vuitton tote bag
coach purses on sale

Unknown said...

2016-1-8 leilei
jordan 3 retro
ed hardy uk
nike store
canada goose uk
ugg boots outlet
coach factory outlet online
true religion jeans
michael kors bags
nike cortez shoes
michael kors outlet online
louis vuitton outlet
fitflops uk
burberry scarf
ray ban sunglasses
michael kors handbags
polo outlet
michael kors bag
gucci outlet online
ghd straighteners
ray bans
coach factory outlet
coach factory online
michael kors handbags
true religion jeans
louis vuitton handbags
christian louboutin shoes
ralph lauren
moncler jackets
cheap jordans
christian louboutin uk
michael kors outlet
michael kors uk
uggs on sale
coach outlet online
coach factorty outlet online
michael kors bags
nike sb janoski
nike tn pas cher
gucci outlet online
michael kors outlet

Unknown said...

2016-1-8 leilei
longchamp outlet
michael kors outlet
kate spade outlet
nike running shoes
michael kors
michael kors outlet
longchamp pas cher
nike uk
coach outlet online
michael kors handbags
jordan retro 4
nike air max 95
louis vuitton
louis vuitton purses
nike roshe run
ugg boots
micahel kors
ralph lauren
canada goose jackets
coach factory outlet online
north face outlet
michael kors outlet
sac longchamp
louis vuitton outlet
adidas superstars
louis vuitton outlet
hermes outlet
ugg boots
true religion
coach outlet online
michael kors outlet online
nike air max
louboutin shoes
fake oakleys
nike outlet store
ray ban sunglasses
louis vuitton outlet onlne
coach outlet online
air jordan shoes
tiffany jewelry

Unknown said...

polo ralph lauren
michael kors outlet online
canada goose sale
chi flat iron
omega replica watches for sale
nike free runs
louis vuitton outlet
ugg outlet
yeezy boost 350 white
michael kors outlet online
adidas nmd r1
tiffany jewelry
rolex watches
armani exchange
mlb jerseys wholesale
moncler outlet online
burberry outlet canada
louis vuitton outlet online
polo ralph lauren outlet
nike air force
christian louboutin uk
asics running shoes
coach factory outlet
fitflop uk
adidas supercolor pink
fitflops outlet
chaussure louboutin
michael kors bags
discount nike air max
supra outlet
louis vuitton bags
ugg boots outlet
ray bans
polo ralph lauren outlet online
20160725caiyan

Unknown said...

oakley sunglasses wholesale
cheap oakley sunglasses
cartier watches
mulberry bags
fitflops
coach outlet
nike free running
snow boots for women
louis vuitton outlet
cheap oakley sunglasses
20170214lck

Unknown said...

hermes belts
michael kors handbags
nike blazer
michael kors outlet
nike blazer pas cher
michael kors handbags outlet
hugo boss sale
under armour shoes
nike tn pas cher
raiders jerseys

Unknown said...

michael kors handbags sale
cheap oakley sunglasses
new balance outlet
michael kors handbags wholesale
longchamp le pliage
michael kors handbags
browns jerseys
longchamp bags
ray ban sunglasses
fitflops

Unknown said...

polo ralph lauren shirts
oakley sunglasses outlet
ray ban wayfarer
le coq sportif usa
cheap oakley sunglasses
cheap ray ban sunglasses
coach outlet store online
mizuno sneakers
converse outlet
true religion jeans
2017.3.16chenlixiang

adidas nmd said...

michael kors outlet online
cheap jordan shoes
longchamp handbags
denver broncos jerseys
ed hardy uk
versace
michael kors outlet
louis vuitton pas cher
new england patriots jerseys
air max 90

Benson said...

nike sneakers for women
balenciaga shoes
air force 1
supreme clothing
christian louboutin shoes
ferragamo belt
michael kors handbags
nmd
supreme clothing
nhl jerseys

yanmaneee said...

supreme clothing
golden goose sneakers
moncler
stephen curry shoes
kyrie 5 shoes
nike off white
kobe sneakers
nike lebron 16
jordan shoes
jordan shoes

Post a Comment

Related Posts Plugin for WordPress, Blogger...