Attachment 'Juniper_LAC_cfg.txt'
Download 1 ERX-1#sh conf
2 !
3 virtual-router default
4 virtual-router ipv6lac
5 !
6 !
7 aaa domain-map "ipv6_csco"
8 router-name ipv6lac
9 ipv6-router-name ipv6lac
10 tunnel 2
11 address "10.1.3.1"
12 source-address "10.1.2.1"
13 identification ipv6
14 client-name erx710
15 server-name kuka
16 password secret
17 preference 5
18 !
19 aaa domain-map "ipv6_jnpr"
20 router-name ipv6lac
21 ipv6-router-name default
22 tunnel 1
23 address "10.1.1.1"
24 identification ipv6
25 client-name erx710
26 server-name erx310
27 !
28
29 profile pppoelac
30 ip unnumbered loopback 0
31 ip mtu 1492
32 ppp authentication chap pap
33 !
34 virtual-router default
35 aaa authentication ppp default radius
36 aaa accounting ppp default radius
37 !
38 ip address-pool local
39 aaa authentication tunnel default radius
40 aaa accounting tunnel default radius
41 !
42 interface gigabitEthernet 4/0
43 mtu 1522
44 encapsulation vlan
45 !
46 interface gigabitEthernet 4/0.3501
47 vlan id 3501
48 !
49 interface gigabitEthernet 4/0.3502
50 vlan id 3502
51 pppoe
52 pppoe auto-configure
53 pppoe profile any pppoelac
54 !
55 ==============================================================================
56 virtual-router ipv6lac
57 aaa authentication ppp default radius
58 aaa accounting ppp default radius
59 !
60 ip address-pool local
61 aaa authentication tunnel default radius
62 aaa accounting tunnel default radius
63 !
64 interface loopback 0
65 ip address 10.1.2.1 255.255.255.0
66 ip rip
67 !
68 interface gigabitEthernet 4/0.3501
69 ip address 10.2.1.2 255.255.255.0
70 !
71 ip router-id 10.1.2.1
72 !
73 !
74 router rip
75 version 2
76 network 10.1.2.0 255.255.255.0
77 network 10.2.1.0 255.255.255.0
78 passive-interface loopback 0
79 ! End of generated configuration script.
80 ERX-1#
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.