Configuring An Ibgp Session Between An Avaya Router And A 3Rd Party Router - Avaya 1000 Series Configuration Manual

Secure router
Hide thumbs Also See for 1000 Series:
Table of Contents

Advertisement

Configuring an IBGP Session between an Avaya Router and a 3rd
Party Router.
CONFIGURATION OF Avaya1:
interface bundle To3rdPartyRouter
link t1 4
encapsulation ppp
ip address 30.30.30.1 255.255.255.0
exit
router bgp 100
neighbor 30.30.30.3 100
exit
CONFIGURATION OF 3RD PARTY ROUTER:
interface Serial3/0
ip address 30.30.30.3 255.255.255.0
encapsulation ppp
exit
router bgp 100
neighbor 30.30.30.1 remote-as 100
exit
The above configuration should bring up an IBGP Session between Avaya1 and the 3rd party
router.
To verify the session status, use the command:
Avaya1> show ip bgp neighbors
BGP neighbor is 30.30.30.3, peer group is BgpInternal
Remote AS 100, local AS 100, Group Type is Internal
BGP version 4, local router ID 60.60.60.5, remote
router ID 30.30.30.3
Current state = Established, up for 00:16:26
Last state = OpenConfirm, last event = RecvKeepAlive
Last error = Open Message Error (subcode : unsupported
optional parameter)
Configured Hold time is 180 seconds, keepalive interval
is 60 seconds
Active Holdtime is 180 seconds, keepalive interval is
60 seconds
Maximum prefixes is set to 50000 (warning : 41500)
Current number of prefixes from this neighbor is 0
Received 18 messages (323 bytes), 0 notifications, 0
updates
Avaya Secure Router 1000 Series Configuration Guide
Configuring IBGP Sessions
December 2010
295

Advertisement

Table of Contents
loading

Table of Contents