Troubleshooting guide
192.168.2.2 /30
G2
G3
G4
NetVanta 1234
7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
G1
G2
G3
G4
1
3
5
9
11
13
15
2
4
6
8
10
12
14
16
17
19
21
23
18
20
22
24
STAT
G1
172.16.5.0 /24
Remote Router 1
Remote Router 2
Metro-Ethernet
AS 65000
AS 65001
eth 0/1
eth 0/2
192.168.2.1 /30
192.168.1.1 /24
192.168.1.2
Local Router 1
192.168.1.3
Local Router 2
10.10.10.1 /30
PPP 1
T1
10.10.10.2 /30
metric 100
local preference 110
metric 200
Denotes fully meshed iBGP routers within each individual AS
Example Configurations
61200860L1-29.4E Copyright © 2012 ADTRAN, Inc. 47
Figure 8. An AOS Device with Both iBGP and eBGP Neighbors
The following configuration applies to Example 6:
!
interface eth 0/1
ip address 192.168.2.1 255.255.255.252
no shutdown
!
interface eth 0/2
ip address 192.168.1.1 255.255.255.0
no shutdown
!
interface t1 1/1
clock source line
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
ip address 10.10.10.1 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
ip prefix-list MATCHPREFIX seq 10 permit 172.16.5.0/24
ip prefix-list NETWORK seq 10 permit 192.168.1.0/24
!
route-map SETLOCALPREF permit 10
match ip address prefix-list MATCHPREFIX
set local-preference 110
route-map SETMULTIEXIT1 permit 10
match ip address prefix-list NETWORK
set metric 100