Re: [c-nsp] NPE-G2 12.2(33)SRC AFI Bug?

2008-04-20 Thread Scott Mace
Im seeing duplicate advertise-map statements showing up in SRC with NPE-G1.

neighbor 172.1.0.101 activate
neighbor 172.1.0.101 advertise-map test_inject exist-map test_up
neighbor 172.1.0.101 advertisement-interval 1
neighbor 172.1.0.101 route-map AS65002-in in
neighbor 172.1.0.101 route-map AS65002-out out
neighbor 172.1.0.101 advertise-map test_inject exist-map test_up


Scott

Mark Tinka wrote:
 Hi all.
 
 We are lab'ing 12.2(33)SRC on an NPE-G2.
 
 We see the VPNv4 AFI configuration saving a duplicate 
 configuration for a peer policy template inheritance:
 
 ...
 !
  address-family vpnv4
   neighbor x.x.x.x activate
   neighbor x.x.x.x send-community extended
   neighbor x.x.x.x inherit peer-policy rr-peers-l3vpn
   neighbor x.x.x.x inherit peer-policy rr-peers-l3vpn
   neighbor y.y.y.y activate
   neighbor y.y.y.y send-community extended
   neighbor y.y.y.y inherit peer-policy rr-peers-l3vpn
   neighbor y.y.y.y inherit peer-policy rr-peers-l3vpn
  exit-address-family
 ...
 
 Deleting the inheritance deletes both instances of it. 
 Replacing a single instance of it sets up a duplicate as 
 shown above.
 
 A similar configuration on an NPE-G1 does not yield this 
 issue.
 
 Is this a bug? Anyone else seen this?
 
 ...
 lab#sh ver | i IOS
 Cisco IOS Software, 7200 Software 
 (C7200P-ADVENTERPRISEK9-M), Version 12.2(33)SRC, RELEASE 
 SOFTWARE (fc3)
 lab#
 
 Cheers,
 
 Mark.
 
 
 
 
 ___
 cisco-nsp mailing list  cisco-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/cisco-nsp
 archive at http://puck.nether.net/pipermail/cisco-nsp/
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] 12.2SR static NAT route-map

2007-07-24 Thread Scott Mace
Is the static NAT route-map feature supported in hardware on the PFC3B 
in 12.2SR?

Something like:

int g2/1
  ip address 10.50.1.1 255.255.255.0
  ip nat outside
int g2/2
  ip address 10.55.1.1 255.255.255.0
  ip nat outside
int g2/3
  ip address 10.1.1.1 255.255.255.0
  ip nat inside

ip nat inside source static 10.1.1.10 172.16.15.1 route-map test1
ip nat inside source static 10.1.1.10 192.168.1.50 route-map test2

access-list 111 permit ip host 10.1.1.10 10.8.0.0 0.0.255.255
access-list 112 permit ip host 10.1.1.10 192.168.100.0 0.0.0.255

route-map test1 permit 10
  match ip address 111
  set ip next-hop 10.50.1.2

route-map test2 permit 10
  match ip address 112
  set ip next-hop 10.55.1.2
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/