Hi,
Dave Humphrey wrote:
> What version of code are you running? It can't be done with 4.3R2, you get the error
>
> humphrey@testrouter# commit and-quit
> [edit protocols bgp]
> external peer group test's AS number must be configured
> error: configuration check-out failed
>
> [edit protocols bgp group test]
> humphrey@testrouter#
>
> Where the group test looks thus:
>
> type external;
> neighbor 195.66.224.88 {
> peer-as 8582;
> }
> neighbor 195.66.224.82 {
> peer-as 4513;
> }
>
> I suspect that this may be a feature which is coming. Everyone I speak to about this
> finds it a little frustrating.
Yes, it is.
U have 2 configure at least one "peer-as" on the bgp { group {
level. Example:
group test {
type external;
peer-as 1234;
neighbor 2.4.5.7 {
peer-as 5678;
}
}
=> Works
group test2 {
type external;
neighbor 2.4.5.7 {
peer-as 5678;
}
}
=> doesnt work
regards,
Arnd
-- NetHead Network Design and Security Arnd Vehling av@nethead.De Gummersbacherstr. 27 Phone: +49 221 8809210 50679 Köln Fax : +49 221 8809212
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:41 EDT