Ads 468x60px

Tuesday, October 11, 2011

Maipu 1800 IPv6 Testing - BGP+


MP1800 -xx Series Routers support OSPFv3, IPv6 RIPng, IPv6 IS-IS, IPv6 BGP4+ and static IPv6 routing.

In this section we will use above topology for IPv6 BGP+ testing. 

Configuration Template -

Router-A:

hostname R-A
ip mef

interface loopback0
 ipv6 enable
 ipv6 address 1::1/128
 exit

interface fastethernet0
 ipv6 enable
 ipv6 address 192::1/64
 exit
                            
router bgp 100
 no auto-summary
 no synchronization
 bgp router-id 1.1.1.1
 neighbor 192::2 remote-as 200
 no neighbor 192::2 activate
 address-family ipv6
  network 1::1/128  
###network loopback 0 into BGP+ session, then peer BGP neighbor can learned this routing ###
  neighbor 192::2 activate
  exit-address-family
 exit


Router-B:


hostname R-B

interface fastethernet0
 ipv6 enable
 ipv6 address 192::2/64
 exit

interface fastethernet1
 ipv6 enable
 ipv6 address 193::1/64
 exit
                                 
router bgp 200
 no auto-summary
 no synchronization
 bgp router-id 2.2.2.2
 neighbor 192::1 remote-as 100
 no neighbor 192::1 activate
 address-family ipv6
  neighbor 192::1 activate
  exit-address-family
 exit



Testing Results Output:

On Router - A


On Router - B


Router-B Routing Table:


Router-B can reach to Router-A Loopback 1::1/128.



This above testing is basic testing of IPv6. For more detailed configurations. You can download it from Maipu website.

Hope this post will help you for IPv6 understanding.

Thanks for reading ...




Thursday, September 22, 2011

Maipu IOS Upgradation Video Practice -2


Hi All, In this section we will see about Maipu Router IOS upgradation from Monitor Mode. As I already posted video practice for Shell in previous post. You can find that in video label. 
This Maipu IOS upgradation video is from monitor mode, Currently used model is MP 801E. Rest all model the process is same. 




Related post for Monitor upgradation process - 


http://startnetworks.blogspot.com/2011/05/maipu-ios-upgradation.html


Youtube Links - 
http://www.youtube.com/watch?v=NbA_pwjhEWs

You can find same video in youtube also. You can have flexibility in watching video as required screen size in youtube. 

I hope you will like this video, For likes and queries. Plz put comments. 


Thanks for watching video and reading... 







Related Posts Plugin for WordPress, Blogger...