blob: 24ab520382e65703d49f78b259a2b66abd01b80a [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
Neels Hofmeyrb5a3d672020-12-01 00:43:52 +01009 logging print category-hex 0
10 logging print level 1
11 logging print file basename last
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020012 logging print extended-timestamp 1
13 logging level ip info
14 logging level tun info
15 logging level ggsn info
16 logging level sgsn notice
17 logging level icmp6 notice
18 logging level lglobal notice
19 logging level llapd notice
20 logging level linp notice
21 logging level lmux notice
22 logging level lmi notice
23 logging level lmib notice
24 logging level lsms notice
25 logging level lctrl notice
26 logging level lgtp info
27 logging level lstats notice
28 logging level lgsup notice
29 logging level loap notice
30 logging level lss7 notice
31 logging level lsccp notice
32 logging level lsua notice
33 logging level lm3ua notice
34 logging level lmgcp notice
Pau Espin Pedrol1b11c592018-10-03 14:33:41 +020035 logging level set-all debug
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020036!
37stats interval 5
38!
39line vty
Pau Espin Pedrol99efe822018-06-22 12:13:52 +020040 bind ${ggsn.ip_address.addr}
41ctrl
42 bind ${ggsn.ip_address.addr}
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020043!
44ggsn ggsn0
45 gtp state-dir ${ggsn.statedir}
46 gtp bind-ip ${ggsn.ip_address.addr}
47 apn internet
48 gtpu-mode tun
49 tun-device tun4
50 type-support v4
51 ip prefix dynamic 176.16.222.0/24
52 ip dns 0 8.8.8.8
53 ip dns 1 8.8.8.4
54 ip ifconfig 176.16.222.1/24
55 no shutdown
56 apn inet6
57 gtpu-mode tun
58 tun-device tun6
59 type-support v6
60 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
61 ipv6 dns 0 2001:4860:4860::8888
62 ipv6 dns 1 2001:4860:4860::8844
63 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
Pau Espin Pedrol66419942017-12-13 20:04:09 +010064 ipv6 link-local fe80::1111:1111:1111:1111/64
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020065 no shutdown
66 apn inet46
67 gtpu-mode tun
68 tun-device tun46
69 type-support v4v6
70 ip prefix dynamic 176.16.46.0/24
71 ip dns 0 192.168.100.1
72 ip dns 1 8.8.8.8
73 ip ifconfig 176.16.46.0/24
74 ipv6 prefix dynamic fde4:8dba:82e1:2000:0:0:0:0/56
75 ipv6 dns 0 2001:4860:4860::8888
76 ipv6 dns 1 2001:4860:4860::8844
77 ipv6 ifconfig fde4:8dba:82e1:2000:0:0:0:0/56
Pau Espin Pedrol66419942017-12-13 20:04:09 +010078 ipv6 link-local fe80::1111:1111:1111:1112/64
Pau Espin Pedrol30ceb5c2017-08-31 18:30:11 +020079 no shutdown
80 default-apn internet
81 no shutdown ggsn