blob: 782f1e8ce0d19a0f723585c36245ee30d8eb3370 [file] [log] [blame]
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +02001!
2! OpenGGSN (0.94.1-adac) configuration saved from vty
3!!
4!
5log stderr
6 logging filter all 1
7 logging color 1
8 logging print category 1
9 logging print extended-timestamp 1
10 logging level ip info
11 logging level tun info
12 logging level ggsn info
13 logging level sgsn notice
14 logging level icmp6 notice
15 logging level lglobal notice
16 logging level llapd notice
17 logging level linp notice
18 logging level lmux notice
19 logging level lmi notice
20 logging level lmib notice
21 logging level lsms notice
22 logging level lctrl notice
23 logging level lgtp info
24 logging level lstats notice
25 logging level lgsup notice
26 logging level loap notice
27 logging level lss7 notice
28 logging level lsccp notice
29 logging level lsua notice
30 logging level lm3ua notice
31 logging level lmgcp notice
Pau Espin Pedrol1b11c592018-10-03 14:33:41 +020032 logging level set-all debug
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020033!
34stats interval 5
35!
36line vty
Pau Espin Pedrol99efe822018-06-22 12:13:52 +020037 bind ${ggsn.ip_address.addr}
38ctrl
39 bind ${ggsn.ip_address.addr}
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020040!
41ggsn ggsn0
42 gtp state-dir ${ggsn.statedir}
43 gtp bind-ip ${ggsn.ip_address.addr}
44 apn internet
45 gtpu-mode tun
46 tun-device tun4
47 type-support v4
48 ip prefix dynamic 176.16.222.0/24
49 ip dns 0 8.8.8.8
50 ip dns 1 8.8.8.4
51 ip ifconfig 176.16.222.1/24
52 no shutdown
53 apn inet6
54 gtpu-mode tun
55 tun-device tun6
56 type-support v6
57 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
58 ipv6 dns 0 2001:4860:4860::8888
59 ipv6 dns 1 2001:4860:4860::8844
60 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
Pau Espin Pedrol66419942017-12-13 20:04:09 +010061 ipv6 link-local fe80::1111:1111:1111:1111/64
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020062 no shutdown
63 apn inet46
64 gtpu-mode tun
65 tun-device tun46
66 type-support v4v6
67 ip prefix dynamic 176.16.46.0/24
68 ip dns 0 192.168.100.1
69 ip dns 1 8.8.8.8
70 ip ifconfig 176.16.46.0/24
71 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
72 ipv6 dns 0 2001:4860:4860::8888
73 ipv6 dns 1 2001:4860:4860::8844
74 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
Pau Espin Pedrol66419942017-12-13 20:04:09 +010075 ipv6 link-local fe80::1111:1111:1111:1112/64
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020076 no shutdown
77 default-apn internet
78 no shutdown ggsn