You are on page 1of 28

Activity Guide

D87307GC10
Edition 1.0 | September 2014 | D88359

Learn more from Oracle University at oracle.com/education/

Oracle Internal & Oracle Academy Use Only

Oracle Comms EAGLE


SIGTRAN and Signaling
Gateway (SGW) Prov Practices

Oracle Internal & Oracle Academy Use Only

Table of Contents
Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices......................................i

Oracle Internal & Oracle Academy Use Only

Practice 1: M2PA Provisioning .......................................................................................................................1


Practice 2: M3UA Provisioning .......................................................................................................................9
Practice 3: Verifying IPSG Configuration .......................................................................................................15
Practice 1 Solutions: M2PA Provisioning .......................................................................................................17
Practice 2 Solutions: M3UA Provisioning .......................................................................................................21

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page iii

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page iv

Practice 1: M2PA Provisioning


This practice provides a demonstration of and hands-on practice with IPSG M2PA provisioning.

Materials, equipment, and references:


STP EAGLE STP Commands manual
STP EAGLE STP Database Administration
IP7 Secure Gateway manual
Provisioning IPSG M2PA
Documentation
Use the IP7 Signaling Gateway and the Commands sections of the user documentation set and
the Student Guide for help with any command or step in this practice.
Student Assignment
Your assigned STPs currently have a C linkset containing two low-speed links. Your
assignment is to change the low-speed links to IP links.

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 1

Oracle Internal & Oracle Academy Use Only

After completing this practice, you will be able to:


Provision SS7 Routes, IP set up, host and associations
Allow and activate the IPSG cards and signaling links

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 2

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 3

Learning Activity 1: Provisioning IPSG M2PA


1. Log in to your assigned STP:
Login:uid=eagle
(Password) eagle
2. Enter the card, create the required destination, and change a linkset.
3. Enter the SIGTRAN card:
ent-card (loc, type, appl)

5. Retrieve the current destinations and verify that the far end point code already exists:
rtrv-dstn
6. Review the output verifying the point code at the far end.
7. If the far end STP point code already exists, skip ent-dstn and continue with linkset
provisioning.
8. Enter the destination for the remote STP :
ent-dstn (dpc, clli, bei)
The clli (silly) code is the common language location identifier (dallas, bolder, ).
9. The next step is linkset provisioning. First, retrieve the provisioned linksets:
Hint: KSR mode (F11) may work best for this command.
rtrv-ls
10. A linkset should already exist in the far end point code. Record the linkset name of the C
linkset to your mate STP.
_________________
11. Change the linkset:
chg-ls:ipsg= yes:lsn=<from above>
chg-ls:lsn=<from above>:slktps=1000:adapter=M2PA
12. Assign an IP address, submask, and other Ethernet parameters for BOTH Ethernet ports on
the SIGTRAN card.
13. Because you are using multi-homing, BOTH Ethernet Ports must be provisioned:
Optional: rtrv-ip-lnk to see the defaults
chg-ip-lnk(loc,port,ipaddr,submask=255.255.255.0,
duplex=full,speed=100,auto=no,mcast=no,mactype=dix)
Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 4

Oracle Internal & Oracle Academy Use Only

4. From the assigned practice diagram, determine the point code of the STP at the far end of
the linkset. Record here: ___________

14. (Repeat for BOTH Ethernet ports.)


15. The IP and Ethernet parameters are now complete. Next is the host table and association.
16. Fill in the table below for all host names.

Local Hostname

Remote Hostname

Port = A

17. Enter host names (four Host; two local, two remote):
ent-ip-host (host, ipaddr, type)
18. Change the IP card parameters:
chg-ip-card:loc=xxxx (card location):srchordr=local
19. Before entering the association, complete the following table:
Associati
on

Aname

Lhost

Lport

Alhost

Rhost

Rport

Port A

Port B

20. Enter two associations with multi-homing:


ent-assoc (aname, lhost, lport, rhost, rport, adapter)
chg-assoc (aname, alhost)
21. To determine what links are in the linkset, retrieve the details of the linkset:
rtrv-ls: lsn=<linksetName>

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 5

Adapter

Oracle Internal & Oracle Academy Use Only

Port = B

22. Record the following link information:

Link

SLC

23. You have two existing low-speed links in the linkset. Delete a link (slc=0) and replace it with
a link on the SIGTRAN card.
24. Before you can delete a link, you must deactivate the link:
dact-slk: loc= : link=<link> (from above)
dlt-slk: loc=: link=<link>
25. Enter the IP signaling link with an slc value=0:
ent-slk (loc, link, slc, lsn, aname)
26. Retrieve the associations and check your work:
rtrv-assoc
27. Check whether there are any routes in the database:
rtrv-rte
28. If routes already exist, skip ent-rte and go to allow card:
29. Enter a route for each SSP point code to use the C link:
ent-rte (dpc, lsn, rc=30)
30. It is now time to enable the first IP link.
31. Allow card, activate link, and open and allow association.
alw-card:loc=xxxx
act-slk:loc=xxxx:link=xxxx
chg-assoc:aname=xxxx:open=yes:alw=yes
32. You will now delete the second low-speed link (slc=1).

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 6

Oracle Internal & Oracle Academy Use Only

Location

33. Before you can delete a link, you must deactivate the link:
dact-slk: loc= : link=<link> (from above)
dlt-slk: loc=: link=<link>
34. Enter the IP signaling link with an slc value=1:
ent-slk (loc, link, slc, lsn, aname)
35. Retrieve the associations and check your work:
rtrv-assoc

37. Allow card, activate link, and open and allow association:
alw-card:loc=xxxx
act-slk:loc=xxxx:link=xxxx
chg-assoc:aname=xxxx:open=yes:alw=yes
STOP! Inform the instructor that you have completed the practice.

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 7

Oracle Internal & Oracle Academy Use Only

36. It is now time to enable the second IP link.

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 8

Practice 2: M3UA Provisioning


This practice provides a demonstration of and hands-on practice with IPSG M3UA provisioning.

Materials, equipment, and references


STP EAGLE STP Commands manual
STP EAGLE STP Database Administration
IP7 Secure Gateway manual

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 9

Oracle Internal & Oracle Academy Use Only

After completing this practice, you will be able to:


Provision SS7 Routes, IP set up, host, and associations
Allow and activate the IPSG cards and signaling links

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 10

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 11

Activity: Provisioning IPSG M3UA


Documentation
Use the IP7 Signaling Gateway and the Commands sections of the user documentation set and
the Student Guide for help with any command or step in this practice.
Student Assignment
Your assignment is to add IP connectivity to the assigned AS and ASPs.
1. Log in to your assigned STP:
Login:uid=eagle
(password) eagle

3. Enter the card:


ent-card (loc, type, appl)
4. Before creating the destinations for the application server, check whether the point codes
already exist. If not, go to step 5.
rtrv-dstn
5. Create the destinations for the AS:
ent-dstn (dpc, cilli, bei, ipgwapc)
6. Enter the linkset: (The linkset for IPGW has several new parameters.)
ent-ls (apc, lst, lsn, adapter, ipsg, slktps, lsusealm=80,
slkusealm=80)
apc Specifies the adjacent point code
lst Specifies the linkset type
lsn Specifies the linkset name
adapter Specifies the adapter layer for links provisioned in an IPSG linkset
ipsg Specifies whether a linkset is entered for an IPSG card
slktps Defines how much of the system transactions per second (IPTPS) should be
allocated for this linkset
lsusealm Defines the alarm threshold for the linkset; is a percentage of the iptps
parameter
slkusealm Defines the alarm threshold for each link; is a percentage of the iptps
parameter
7. Change the IP Link parameters:
chg-ip-lnk(loc,port,ipaddr,submask=255.255.255.0, duplex=full,
speed=100, auto=no, mcast=no, mactype=dix)

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 12

Oracle Internal & Oracle Academy Use Only

2. Perform the SS7 commands (ent-card, ent-dstn, ent-ls).

8. Enter Host Names for the IPSG Ethernet port, IP address and type: (There will be three
entries, one for the local host, and two for the remote host.)
ent-ip-host (host, ipaddr, type)
9. Change the IP card parameters:
chg-ip-card (srchordr=local)

11. Enter the Network Appearance:


ent-na (na, type)
The na will be1 for the ASPs associated with the assigned network.
Enter once for the ASPs associated with the assigned network, that is, Raleigh/Clayton,
or Dallas/Hubbard.
12. Enter a signaling link on the SIGTRAN card for the linkset created in step 6:
ent-slk:(loc,link,lsn,slc,aname*)
13. Enter the routes to the AS over the IPSG M3UA linkset:
ent-rte:(dpc,lsn,rc=10)
14. Enable the BICC Control feature by using the enable ctrl-feat command:
Partum=893018401
Fak=CFV9HRM55737C
15. Activate the BICC Control feature by using the chg-ctrl-feat command.
This completes the IPSG M3UA setup.
16. Allow card, activate links, and open and allow associations.
a. alw-card (loc)
b. act-slk (loc, link)
c. chg-assoc (aname, open)
Note: If the value specified for the aname parameter refers to an M3UA
association on an IPSG card, then the alw parameter cannot be specified.

STOP! Inform your instructor that you have completed the practice.
* aname value must match the entry in step 10.

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 13

Oracle Internal & Oracle Academy Use Only

10. Enter the associations for the two IPSG ASPs:


ent-assoc (aname,lhost,lport,rhost,rport,adapter=M3UA)

Oracle Internal & Oracle Academy Use Only


Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 14

Practice 3: Verifying IPSG Configuration


This practice provides a demonstration of and hands-on practice with testing IPSG links.
After completing this practice, you will be able to:
Execute OAM commands that provide status of the SIGTRAN cards, links, and associations
Execute the Pass command

Materials, equipment, and references:


STP EAGLE STP Commands manual
STP EAGLE STP Database Administration
IP7 Secure Gateway Manual
1. Log in to your assigned STP:
Login:uid = eagle
(password) = eagle
2. Check the status of the SIGTRAN card.
a. rept-stat-card : loc = <slotNum>
b. Record the Primary State of the card (PST): ____________
c. How many signaling links (SLK) are on this card? _________
d. What is the PST of the links? __________________
3. Retrieve the association names:
a. rtrv-assoc
4. Record the first association name: _______________
5. Report status for the association.
a. rept-stat-assoc : aname = <from last step>
6. Record the following information:
a. Card locations for the SIGTRAN card: _______
b. Which Ethernet port is used? _______ (IPLINK PORT)
c. If both Ethernet ports are used, why? ___________________
d. The SS7 Link: _______
e. Primary State of the Association: _____________

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 15

Oracle Internal & Oracle Academy Use Only

7. Report more information about an SS7 Link.


a. rept-stat-slk : loc = <slot> : link = a
b. Record the Primary State (PST) for the link: ____________
c. Record the Secondary State (SST) for the link: ___________
d. If PST is not IS-NR, record the unavail reason: ______________
8. Try the following Pass commands: (KSR mode - F11)
a. pass:loc = <slot>:cmd=ping <farEndIP>
b. pass:loc=<slot>:cmd=ping <farEndHostname>
c. pass:loc=<slot>:cmd=msucount -l <link (a or a1)>
e. pass:loc=<slot>:cmd=linkinfo<link (a or a1)> -l(thats an L)
f. pass:loc=<slot>:cmd=sctp a <aname>

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 16

Oracle Internal & Oracle Academy Use Only

d. pass:loc=<slot>:cmd=msucount a <aname>

Practice 1 Solutions: M2PA Provisioning

IPSG M2PA Configuration for 401.03 Raleigh STP


ent-card:loc=1101:type=enet:appl=ipsg

chg-iplnk:loc=1101:port=a:ipaddr=192.168.108.3:submask=255.255.255.0:speed=100
:duplex=full
chg-iplnk:loc=1101:port=b:ipaddr=192.168.109.4:submask=255.255.255.0:speed=100
:duplex=full
ent-ip-host:host=rlgh.enet.1101a:ipaddr=192.168.108.3:type=local
ent-ip-host:host=rlgh.enet.1101b:ipaddr=192.168.109.4:type=local
ent-ip-host:host=clay.enet.1101a:ipaddr=192.168.108.5:type=remote
ent-ip-host:host=clay.enet.1101b:ipaddr=192.168.109.6:type=remote
chg-ip-card:loc=1101:srchordr=local
ent-assoc:aname=m2pa1:lhost=rlgh.enet.1101a:lport=11010
:rhost=clay.enet.1101a :rport=11010:adapter=m2pa:alhost=rlgh.enet.1101b
ent-assoc:aname=m2pa2:lhost=rlgh.enet.1101b:lport=11011
:rhost=clay.enet.1101b :rport=11011:adapter=m2pa:alhost=rlgh.enet.1101a
ent-slk:loc=1101:port=a:slc=2:lsn=clayncls:aname=m2pa1
alw-card:loc=1101
act-slk:loc=1101:port=a
chg-assoc:aname=m2pa1:open=yes:alw=yes
ent-slk:loc=1101:port=b:slc=3:lsn=clayncls :aname=m2pa2
act-slk:loc=1101:port=b
chg-assoc:aname=m2pa2:open=yes:alw=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 17

Oracle Internal & Oracle Academy Use Only

chg-ls:lsn=clayncls:ipsg=yes
chg-ls:lsn=clayncls:slktps=1000:adapter=m2pa

IPSG M2PA Configuration for 401.12 Clayton STP


ent-card:loc=1101:type=enet:appl=ipsg

chg-ls:lsn=rlghncls:ipsg=yes
chg-ls:lsn=rlghncls:slktps=1000:adapter=m2pa

ent-ip-host:host=clay.enet.1101a:ipaddr=192.168.108.5:type=local
ent-ip-host:host=clay.enet.1101b:ipaddr=192.168.109.6:type=local
ent-ip-host:host=rlgh.enet.1101a:ipaddr=192.168.108.3:type=remote
ent-ip-host:host=rlgh.enet.1101b:ipaddr=192.168.109.4:type=remote

chg-ip-card:loc=1101:srchordr=local

ent-assoc:aname=m2pa1:lhost=clay.enet.1101a:lport=11010
:rhost=rlgh.enet.1101a :rport=11010:adapter=m2pa:alhost=clay.enet.1101b
ent-assoc:aname=m2pa2:lhost=clay.enet.1101b:lport=11011
:rhost=rlgh.enet.1101b :rport=11011:adapter=m2pa:alhost=clay.enet.1101a
ent-slk:loc=1101:port=a:slc=2:lsn=rlghncls :aname=m2pa1
alw-card:loc=1101
act-slk:loc=1101:port=a
chg-assoc:aname=m2pa1:open=yes:alw=yes
ent-slk:loc=1101:port=b:slc=3:lsn=rlghncls :aname=m2pa2
act-slk:loc=1101:port=b
chg-assoc:aname=m2pa2:open=yes:alw=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 18

Oracle Internal & Oracle Academy Use Only

chg-iplnk:loc=1101:port=a:ipaddr=192.168.108.5:submask=255.255.255.0:speed=100
:duplex=full
chg-iplnk:loc=1101:port=b:ipaddr=192.168.109.6:submask=255.255.255.0:speed=100
:duplex=full

IPSG M2PA Configuration for 402.02 Dallas STP


ent-card:loc=1101:type=enet:appl=ipsg
chg-ls:lsn=hubardls:ipsg=yes
chg-ls:lsn=hubardls:slktps=1000:adapter=m2pa

ent-ip-host:host=dall.enet.1101a:ipaddr=192.168.108.7:type=local
ent-ip-host:host=dall.enet.1101b:ipaddr=192.168.109.8:type=local
ent-ip-host:host=hrbd.enet.1101a:ipaddr=192.168.108.9:type=remote
ent-ip-host:host=hrbd.enet.1101b:ipaddr=192.168.109.10:type=remote
chg-ip-card:loc=1101:srchordr=local
ent-assoc:aname=m2pa1:lhost=dall.enet.1101a:lport=11010
:rhost=hrbd.enet.1101a :rport=11010:adapter=m2pa:alhost=dall.enet.1101b
ent-assoc:aname=m2pa2:lhost=dall.enet.1101b:lport=11011
:rhost=hrbd.enet.1101b :rport=11011:adapter=m2pa:alhost=dall.enet.1101a
dact-slk:loc=1208:port=a
inh-card:loc=1208
dlt-slk:loc=1208:port=a
ent-slk:loc=1101:port=a:slc=0:lsn=hubardls :aname=m2pa1
alw-card:loc=1101
act-slk:loc=1101:port=a
chg-assoc:aname=m2pa1:open=yes:alw=yes
dact-slk:loc=1212:port=a
inh-card :loc=1212
dlt-slk:loc=1212:port=a
ent-slk:loc=1101:port=b:slc=1:lsn=hubardls :aname=m2pa2
act-slk:loc=1101:port=b
chg-assoc:aname=m2pa2:open=yes:alw=yes
Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 19

Oracle Internal & Oracle Academy Use Only

chg-iplnk:loc=1101:port=a:ipaddr=192.168.108.7:submask=255.255.255.0:speed=100
:duplex=full
chg-iplnk:loc=1101:port=b:ipaddr=192.168.109.8:submask=255.255.255.0:speed=100
:duplex=full

IPSG M2PA Configuration for 402.12 Hubbard STP


ent-card:loc=1101:type=enet:appl=ipsg
chg-ls:lsn=dallasls:ipsg=yes
chg-ls:lsn=dallasls:slktps=1000:adapter=m2pa
chg-ip-lnk:loc=1101:port=a:ipaddr=192.168.108.9:submask=255.255.255.0
:speed=100 :duplex=full

ent-ip-host:host=hbrd.enet.1101a:ipaddr=192.168.108.9:type=local
ent-ip-host:host=hbrd.enet.1101b:ipaddr=192.168.109.10:type=local
ent-ip-host:host=dall.enet.1101a:ipaddr=192.168.108.7:type=remote
ent-ip-host:host=dall.enet.1101b:ipaddr=192.168.109.8:type=remote
chg-ip-card:loc=1101:srchordr=local
ent-assoc:aname=m2pa1:lhost=hbrd.enet.1101a:lport=11010
:rhost=dall.enet.1101a :rport=11010:adapter=m2pa:alhost=hbrd.enet.1101b
ent-assoc:aname=m2pa2:lhost=hbrd.enet.1101b:lport=11011
:rhost=dall.enet.1101b :rport=11011:adapter=m2pa:alhost=hrbd.enet.1101a
dact-slk:loc=1208:port=a
inh-card:loc=1208
dlt-slk:loc=1208:port=a
ent-slk:loc=1101:port=a:slc=0:lsn=dallasls :aname=m2pa1
alw-card:loc=1101
act-slk:loc=1101:port=a
chg-assoc:aname=m2pa1:open=yes:alw=yes
dact-slk:loc=1212:port=a
inh-card :loc=1212
dlt-slk:loc=1212:port=a
ent-slk:loc=1101:port=b:slc=1:lsn=dallasls :aname=m2pa2
act-slk:loc=1101:port=b
chg-assoc:aname=m2pa2:open=yes:alw=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 20

Oracle Internal & Oracle Academy Use Only

chg-ip-lnk:loc=1101:port=b:ipaddr=192.168.109.10:submask=255.255.255.0
:speed=100 :duplex=full

Practice 2 Solutions: M3UA Provisioning


IPSG M3UA Configuration for 401.03 Raleigh STP
chg-feat:ipisup=on
ent-card:loc=1103:type=enet:appl=ipsg
ent-dstn:dpc=240-12-10:clli=ipsgpc:ipgwapc=yes

chg-ip-lnk:loc=1103:port=a:ipaddr=192.168.108.1:submask=255.255.255.0
:speed=100 :duplex=full
ent-ip-host:host=ipsg.enet.1103:ipaddr=192.168.108.1:type=local
ent-ip-host:host=asp1:ipaddr=192.168.108.31:type=remote
ent-ip-host:host=asp2:ipaddr=192.168.108.32:type=remote
chg-ip-card:loc=1103:srchordr=local
ent-ip-rte: (only if there is a secondary router)
ent-assoc:aname=asp1:lhost=ipsg.enet.1103:lport=11010:rhost=asp1
:rport=11040:adapter=m3ua
ent-assoc:aname=asp2:lhost=ipsg.enet.1103:lport=11010:rhost=asp2
:rport=11040:adapter=m3ua
ent-na:na=1:type=ansi
ent-slk:loc=1103:port=a:slc=0:lsn=wendells :aname=asp1
ent-slk:loc=1103:port=a1:slc=1:lsn=wendells :aname=asp2
ent-rte :dpc=240-12-10 :lsn=wendells :rc=10
alw-card:loc=1103
act-slk:loc=1103:port=a
act-slk:loc=1103:port=a1
chg-assoc:aname=asp1:open=yes
chg-assoc:aname=asp2:open=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 21

Oracle Internal & Oracle Academy Use Only

ent-ls:lsn=wendells:lst=a:apc=240-12-10:slktps=300:adapter=m3ua
:ipsg=yes

IPSG M3UA Configuration for 401.12 Clayton STP

chg-feat:ipisup=on
ent-card:loc=1103:type=enet:appl=ipsg
ent-dstn:dpc=240-12-10:clli=ipsgpc:ipgwapc=yes
ent-ls:lsn=wendells:lst=a:apc=240-12-10:slktps=300:adapter=m3ua
:ipsg=yes

ent-ip-host:host=ipsg.enet.1103:ipaddr=192.168.108.2:type=local
ent-ip-host:host=asp1:ipaddr=192.168.108.31:type=remote
ent-ip-host:host=asp2:ipaddr=192.168.108.32:type=remote
chg-ip-card:loc=1103:srchordr=local
ent-ip-rte: (only if there is a secondary router)
ent-assoc:aname=asp1:lhost=ipsg.enet.1103:lport=11020
:rhost=asp1:rport=11030:adapter=m3ua
ent-assoc:aname=asp2:lhost=ipsg.enet.1103:lport=11020
:rhost=asp2:rport=11030:adapter=m3ua
ent-na:na=1:type=ansi
ent-slk:loc=1103:port=a:slc=0:lsn=wendells :aname=asp1
ent-slk:loc=1103:port=a1:slc=1:lsn=wendells :aname=asp2
ent-rte :dpc=240-12-10 :lsn=wendells :rc=10
alw-card:loc=1103
act-slk:loc=1103:port=a
act-slk:loc=1103:port=a1
chg-assoc:aname=asp1:open=yes
chg-assoc:aname=asp2:open=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 22

Oracle Internal & Oracle Academy Use Only

chg-ip-lnk:loc=1103:port=a:ipaddr=192.168.108.2:submask=255.255.255.0
:speed=100 :duplex=full

IPSG M3UA Configuration for 402.02 Dallas STP


ent-card:loc=1103:type=enet:appl=ipsg
ent-dstn:dpc=220-13-10:clli=ipsgpc:ipgwapc=yes
ent-ls:lsn=tylerls:lst=a:apc=220-13-10:slktps=300:adapter=m3ua
:ipsg=yes

ent-ip-host:host=ipsg.enet.1103:ipaddr=192.168.108.1:type=local
ent-ip-host:host=asp1:ipaddr=192.168.108.31:type=remote
ent-ip-host:host=asp2:ipaddr=192.168.108.32:type=remote
chg-ip-card:loc=1103:srchordr=local
ent-ip-rte: (only if there is a secondary router)
ent-assoc:aname=asp1:lhost=ipsg.enet.1103:lport=11010:rhost=asp1
:rport=11040:adapter=m3ua
ent-assoc:aname=asp2:lhost=ipsg.enet.1103:lport=11010:rhost=asp2
:rport=11040:adapter=m3ua
ent-na:na=1:type=ansi
ent-slk:loc=1103:port=a:slc=0:lsn=tylerls :aname=asp1
ent-slk:loc=1103:port=a1:slc=1:lsn=tylerls :aname=asp2
ent-rte :dpc=220-13-10 :lsn=tylerls :rc=10
alw-card:loc=1103
act-slk:loc=1103:port=a
act-slk:loc=1103:port=a1
chg-assoc:aname=asp1:open=yes
chg-assoc:aname=asp2:open=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 23

Oracle Internal & Oracle Academy Use Only

chg-ip-lnk:loc=1103:port=a:ipaddr=192.168.108.1:submask=255.255.255.0
:speed=100 :duplex=full

IPSG M3UA Configuration for 402.12 Hubbard STP


chg-feat:ipisup=on
ent-card:loc=1103:type=enet:appl=ipsg
ent-dstn:dpc=220-13-10:clli=ipsgpc:ipgwapc=yes
ent-ls:lsn=tylerls:lst=a:apc=220-13-10:slktps=300:adapter=m3ua
:ipsg=yes

ent-ip-host:host=ipsg.enet.1103:ipaddr=192.168.108.2:type=local
ent-ip-host:host=asp1:ipaddr=192.168.108.31:type=remote
ent-ip-host:host=asp2:ipaddr=192.168.108.32:type=remote
chg-ip-card:loc=1103:srchordr=local
ent-ip-rte: (only if there is a secondary router)
ent-assoc:aname=asp1:lhost=ipsg.enet.1103:lport=11020:rhost=asp1
:rport=11030:adapter=m3ua
ent-assoc:aname=asp2:lhost=ipsg.enet.1103:lport=11020:rhost=asp2
:rport=11030:adapter=m3ua
ent-na:na=1:type=ansi
ent-slk:loc=1103:port=a:slc=0:lsn=tylerls :aname=asp1
ent-slk:loc=1103:port=a1:slc=1:lsn=tylerls :aname=asp2
ent-rte :dpc=220-13-10 :lsn=tylerls :rc=10
alw-card:loc=1103
act-slk:loc=1103:port=a
act-slk:loc=1103:port=a1
chg-assoc:aname=asp1:open=yes
chg-assoc:aname=asp2:open=yes

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Comms EAGLE SIGTRAN and Signaling Gateway (SGW) Prov Practices
Page 24

Oracle Internal & Oracle Academy Use Only

chg-ip-lnk:loc=1103:port=a:ipaddr=192.168.108.2:submask=255.255.255.0
:speed=100 :duplex=full

You might also like