Jump to content

Recommended Posts

Posted

Приветствую!
Кто-то сталкивался с тем, что Extreme Networks упорно не принимает серые сети по iBGP ?
Например, есть policy, в котором в явном виде указана сеть, которую необходимо принять:

entry gray {
  if match any {
        nlri 10.0.10.0/24;
  }
  then {
    permit;
  }
}

Но она реджектится, свитч рапортует, что она - unfeasible:
 

* x480.61 # show bgp routes network 10.0.10.0/24

Feasible Routes
---------------
    Destination        Peer            Next-Hop        LPref Weight MED   AS-Path


Unfeasible Routes
-----------------
 Destination        Peer            Next-Hop        LPref Weight MED   AS-Path
i10.0.10.0/24       x.x.x.17  x.x.x.17  100


Flags: (*) Preferred BGP route, (>) Active, (d) Suppressed, (h) History
       (s) Stale, (m) Multipath

Origin: (?) Incomplete, (e) EGP, (i) IGP

BGP Route Statistics
  Total Rxed Routes : 428512
  Feasible Routes   : 428502
  Unfeasible Routes : 10
  Active Routes     : 137601
Route Statistics on Session Type
  Routes from Int Peer: 19
  Routes from Ext Peer: 428483

BGP Route Statistics Matching the Display Criteria
  Feasible Routes   : 0
  Active Routes     : 0
  Unfeasible Routes : 1

Что не так?

Posted

Ничего особенного, обычная iBGP сессия:
 

create bgp neighbor x.x.x.17 remote-AS-number 100
enable bgp neighbor x.x.x.17
configure bgp neighbor x.x.x.17 next-hop-self
configure bgp neighbor x.x.x.17 route-policy in bgp-br1-km-in

 

Posted
Только что, Berkut сказал:

 

возможно такое:

https://gtacknowledge.extremenetworks.com/articles/Solution/All-routes-learned-via-BGP-are-unfeasible

 


Please upgrade the devices to the version of EXOS where the bug xos0063959 is fixed
	

 

рекомендуемая прошивка для х480 - EXOS 16.2.4.5

Я находил это, но прикол в том, что не все маршруты unfeasible. А только вот от этого конкретного пира, и при этом серяк. К сожалению, скормить реальный пока не могу на этой сессии, чтобы проверить.
Если конкретного ответа не будет, то да, прийдется обновляться.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...