Configuring the GPRS Tunneling Protocol
IMPORTANT:
Configuring GTPP for GGSN/P-GW
configure
context source
apn apnname1.com
accounting-mode gtpp
gtpp
group group1 accounting-context
billing
end
IMPORTANT:
configure
context source
gtpp
group group1
gtpp
charging-agent address 1.2.3.4 port 3386
gtpp
server 1.3.5.6 max msgs priority 1
gtpp
dictionary dict1
gtpp
max-cdr 255 wait-time 10
gtpp
transport-layer udp
end
IMPORTANT:
configure
context source
ggsn-service ggsn1
accounting
context billing
end
Configuring GTPP for PDG and TTG
configure
context dest1
apn apn_name
accounting-mode gtpp
gtpp
group group1 accounting-context pdg
end
configure
context dest1
policy
accounting acct1
cc
profile 1 interval 60
cc
profile 1 volume total 100000
cc
profile 1 tariff time 1 0 0 time 2 2 2 time 3 4 4 time 4 5 5
cc
profile 1 buckets 3
cc
profile 1 serving-nodes 4
end
configure
context source
pdg-service pdg1
associate
accounting-policy acct1
end
configure
context source
gtpp
group group1
gtpp
charging-agent address 1.2.3.4 port 3386
gtpp
server 1.3.5.6 max msgs priority 1
gtpp
dictionary dict1
gtpp
max-cdr 255 wait-time 10
gtpp
transport-layer udp
gtpp
trigger volume-limit
gtpp
attribute local-record-sequence-number
end
configure
context dest1
subscriber
default
accounting-mode gtpp
end
configure
context dest1
policy
accounting acct1
cc
profile 1 interval 60
cc
profile 1 volume total 100000
cc
profile 1 tariff time 1 0 0 time 2 2 2 time 3 4 4 time 4 5 5
cc
profile 1 buckets 3
cc
profile 1 serving-nodes 4
end
configure
context source
pdg-service pdg1
accounting
context pdg
associate
accounting-policy acct1
end
configure
context source
gtpp
group default
gtpp
charging-agent address 1.2.3.4 port 3386
gtpp
server 1.3.5.6 max msgs priority 1
gtpp
dictionary dict1
gtpp
max-cdr 255 wait-time 10
gtpp
transport-layer udp
gtpp
trigger volume-limit
gtpp
attribute rat
end
Configuring GTPP for S-GW
configure
context dest1
subscriber default
accounting-mode gtpp
end
configure
context dest1
policy
accounting lte
cc
profile 1 interval 60
cc
profile 1 volume total 100000
cc
profile 1 tariff time 1 0 0 time 2 2 2 time 3 4 4 time 4 5 5
cc
profile 1 buckets 3
cc
profile 1 serving-nodes 4
end
configure
context source
sgw-service sgw1
associate
accounting-policy lte
end
configure
context source
sgw-service sgw1
accounting
context dest1 gtpp group sgw
end
configure
context source
gtpp
group group1
gtpp
charging-agent address 1.2.3.4 port 3386
gtpp
server 1.3.5.6 max msgs priority 1
gtpp
dictionary dict1
gtpp
max-cdr 255 wait-time 10
gtpp
transport-layer udp
end
Configuring GTPP for SGSN
configure
context local
gtpp
single-source private-extensions
end
configure
context source
gtpp
group default
gtpp
charging-agent address 192.168.10.10
gtpp
server 192.168.10.2 priority 1 max 1
gtpp
dictionary custom10
end
IMPORTANT:
Sample Configuration for SGSN when HDD is Used
configure
context source
gtpp
group default
gtpp
dictionary custom10
gtpp
storage-server mode local
gtpp
storage-server local file format custom3
gtpp
storage-server local file rotation cdr-count 1000
gtpp
storage-server local file rotation time-interval 4000
gtpp
storage-server local file rotation volume mb 8
end