blob: b25a7a336b806692c6a07d6608122babd6a5c1e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
mpls label dynamic-block 1000 1048575
!
interface lo
ip address 192.168.0.101/32
ipv6 address 3fff::192:168:0:101/128
!
interface eth-pe1
ip address 10.0.1.101/24
!
router bgp 65000
bgp router-id 192.168.0.101
bgp cluster-id 192.168.0.101
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor PE peer-group
neighbor PE remote-as 65000
neighbor PE bfd profile BGP
neighbor PE update-source 192.168.0.101
neighbor PE6 peer-group
neighbor PE6 remote-as 65000
neighbor PE6 bfd profile BGP
neighbor PE6 update-source 3fff::192:168:0:101
neighbor 192.168.0.1 peer-group PE
neighbor 3fff::192:168:0:1 peer-group PE6
!
address-family ipv4 unicast
no neighbor PE activate
exit-address-family
!
address-family ipv4 vpn
neighbor PE activate
neighbor PE route-reflector-client
neighbor PE soft-reconfiguration inbound
exit-address-family
!
address-family ipv6 vpn
neighbor PE6 activate
neighbor PE6 route-reflector-client
neighbor PE6 soft-reconfiguration inbound
exit-address-family
!
!
interface lo
ip router isis 1
isis hello-interval 2
ipv6 router isis 1
!
interface eth-pe1
ip router isis 1
isis hello-interval 2
ipv6 router isis 1
!
!
router isis 1
lsp-gen-interval 2
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0100.00
metric-style wide
exit
!
mpls ldp
router-id 192.168.0.101
!
address-family ipv4
discovery transport-address 192.168.0.101
!
interface eth-pe1
!
address-family ipv6
discovery transport-address 3fff::192:168:0:101
!
interface eth-pe1
!
bfd
profile BGP
transmit-interval 2000
receive-interval 2000
exit
!
exit
|