• May 21, 2012, 07:56:14 AM
Welcome, Guest. Please login or register. Registration is free.
Did you miss your activation email?

Author Topic: BGP AS filtering in 8600  (Read 642 times)

0 Members and 1 Guest are viewing this topic.

Offline jossaq

  • Rookie
  • **
  • Posts: 17
BGP AS filtering in 8600
« on: December 30, 2011, 09:06:57 AM »
Hi there.

I'm planning a BGP instalation widong ERS 8600.
I need to filter all the routes coming from some specific Autonomous systems. For example

(8600 AS 1) ---- (AS 2) ----- (AS 3) ---- (AS 4)
So I can filter AS3 in my path

Some thing like this Cisco commands

Quote
ip as-path access-list 1 permit _109_
ip as-path access-list 2 permit _200$
ip as-path access-list 2 permit ^100$
ip as-path access-list 3 deny _690$



How can I do this with ACLI?

Thanks


Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: BGP AS filtering in 8600
« Reply #1 on: December 30, 2011, 04:36:07 PM »
Hi Jossaq and welcome to the forums!

You can create all sorts of route filters for BGP on the 8600/8800 platform. You need to create a filter and associate it to a peer or peer group (multiple peers).

I would suggest you start by looking at the documentation;
http://support.avaya.com/css/P8/documents/100128494

Here are all the documents on support.avaya.com that reference BGP;
http://www.google.com/search?q=site%3Asupport.avaya.com+bgp&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

Good Luck!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline jossaq

  • Rookie
  • **
  • Posts: 17
Re: BGP AS filtering in 8600
« Reply #2 on: December 31, 2011, 06:40:59 AM »
Mike

Thanks a lot

Very helpful doc

Regards, Happy new year

Offline jossaq

  • Rookie
  • **
  • Posts: 17
Re: BGP AS filtering in 8600
« Reply #3 on: January 02, 2012, 09:56:39 AM »
Is there any option of using regular expressions in ACLI command for BGP as filtering?

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: BGP AS filtering in 8600
« Reply #4 on: January 02, 2012, 03:10:14 PM »
Is there any option of using regular expressions in ACLI command for BGP as filtering?

I don't believe so... might be in 7.x software, what version of software are you running?
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline jossaq

  • Rookie
  • **
  • Posts: 17
Re: BGP AS filtering in 8600
« Reply #5 on: January 02, 2012, 03:29:21 PM »
Mike I'm using 5.1.5.1 at locaton a
and 7.1.0.1 at location b

Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: BGP AS filtering in 8600
« Reply #6 on: January 04, 2012, 09:11:26 PM »
You should be able to utilize the routing policy filters and the "match" option to give you similar functionality to using regular expressions.

Good Luck!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!