History: ss7box S Series ss7box.conf ExampleSource of version: 1 (current)#cd /etc/ss7box
#copy template config file to working config file~pp~[root@ana4 ss7box]# cp ss7box_0_1.conf.p ss7box_0_1.conf~/pp~ A sample of the template configuration file follows: ~pp~# This is the configuration file for Xygnada ss7box release 0.1 # Copyright 2004, Michael J. Mueller # This a comment line # The order of elements, the bracketed elements, and the order and type # of information elements must adhere to the pattern specified. # All index values must be sequential with a skip value of one (1). [GLOBAL] # # SS7 Protocol: ITU/ANSI # # Self Point Code: # ITU format is 14 bit unsigned integer # ANSI format is <network> <cluster> <member> # network is an 8 bit unsigned integer # cluster is an 8 bit unsigned integer # network is an 8 bit unsigned integer # # SS7 Protocol Self Point Code Serial Number Authorization Verbose Group ITU 1000 b5 d64c5cc7717b601cd35c7718b760e349 30 [CROSSLINK] # Mode <SIMPLEX | DUPLEX> Local IP Addr Local Port Remote IP Addr Remote Port SIMPLEX na na na na # DUPLEX 192.168.1.21 54030 192.168.1.22 54020 [FACILITIES] # # Card Name: # wanpipeX where X is 1..n; see Sangoma documentation for more information; # don't care for UDP facilities # # Interface Name: # see Sangoma documentation for more information; # don't care for UDP facilities # # Facility Type: # T1 # E1 # DDS # UDP # # Frame/Packet: # 50 for T1 # 40 for E1 # 50 for DDS if used with T1 (note that for DDS this value is actually octets/packet) # 40 for DDS if used with E1 # 50/40 for DDS if used without T1/E1 # don't care for UDP # # Index Card Name Interface Name Facility Type Frame/Packet Clear Chan. # 0 wanpipe1 wp1bstrm1 T1 50 y # 0 wanpipe1 wp1bstrm1 DDS 50 y 0 wanpipe1 wp1bstrm1 E1 40 y 1 wanpipe2 wp2bstrm1 E1 40 y end # No more than four facilities supported at this time. [MTP2LINKS] # Index Fac Slot LSet Link T1 T2 T3 T4e T4n T5 T6 T7 0 0 15 0 0 13.00 11.50 11.50 0.60 2.30 0.12 3.00 1.00 1 1 15 1 0 13.00 1.50 11.50 0.60 2.30 0.12 3.00 1.00 end # Up to 93 links may be configured. [MTP3TIMERS] # # Timer Value 1 0.80 2 1.40 3 0.80 4 0.80 5 0.80 6 0.80 7 1.50 8 1.20 9 0.00 10 30.00 11 30.00 12 1.50 13 1.50 14 3.00 15 3.00 16 2.00 17 1.50 18 20.00 19 600.00 20 120.00 21 120.00 22 15.00 23 15.00 24 15.00 25 35.00 26 15.00 27 5.00 28 35.00 29 65.00 30 35.00 31 120.00 32 120.00 33 600.00 34 120.00 # Periodic Facility Check Timer 35 5.00 # Periodic Signaling Link Test Message Timer 36 120.00 # Crosslink Test Acknowledge Timer (must be less the timer 35 Periodic Facility Check Timer # that controls the Crosslink Test Message) 37 5.00 [MTP3LINKSETS] # # Index: table row index # APC (Adjacent Point Code): point code of node on remote end of linkset # Path: Index in MTP3ROUTEPATHS section where linkset is used # Links in Linkset: listed in order of SLC (0..15), entered value is index into the # MTP2LINKS section table # Links in Linkset (associated MTP2 link indices) # Index APC Path SLC: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 2000 0 0 na na na na na na na na na na na na na na na 1 3000 1 1 na na na na na na na na na na na na na na na end [ROUTES] # # Must enter routes for adjacent and non-adjacent nodes. # # Index DPC Code Protocol P/Path LS_A LS_B A/Path LS_A LS_B Crosslink 0 2000 MTP3 0 0 na na na na N 1 3000 MTP3 1 1 na na na na N end [M3UA] # local ipv4 addr and port 127.0.0.44 50220 # remote ipv4 addr and port 127.0.0.43 50220~/pp~ |
Login |