cc/td/doc/product/rtrmgmt/cpc
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CPC Object Attribute Files

CPC Object Attribute Files

This Appendix describes and lists the Object Attribute Files (OAFs) for CPC objects.

Object Attribute Files

OAFs are text files that show the visible attributes of the objects and their interrelationships. OAFs are defined for CPC specify objects (see Appendix B for the Transaction, Site, Modified Object, Upload Request, and configuration objects), Equipment Module specific objects, and Service Application specific objects. Refer to the OAFs of the specific CPC that you are working with. OAFs can be found in the directory $CCP_BIN or an CPC client.

This section describes the OAF layout. Note shows an example OAF that illustrates the descriptions in this section.

Object Class:  	XXNDNode
Object Title:	"Xyz Node"
Parent Class: XXNTNetwork
Parent Attr: srnetwork
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
Name	srname	Y(1)		Text
len=64
 
Customer	vpn	Y(7)		Text
Len=16	
 
Domain	domain	Y(6)		Text
Len=16
 
______________________________________________Commom_Attributes_____________________________________________
 
XXNTNetwork	srnetwork	Y	RO	OID
 
Containing Network	srnetwork.srname	Y(2)	RO	Text
 
Management Address	srmgmtaddress	Y(3)		Text
Len=32	
 
Transit Cost	srcost	y(4)		Numb Len=10
 
Range=0-2147483647
Default
 
Node Type	srtype	Y(5)		Enum
 
"XX2" "XX3"	
 
Class Len=4	srclass	Y(8)		Text
 
Default="XXND"
1=modify 2=delete 3=roload 4=none
 
Create Date	sy_createdate	No	RO	
DateTime Len=20
 
Modified Date	sy_modifieddate	No	RO	
DateTime Len=20
 
Committed Date	sy_committeddate	No	RO
DateTime Len=20
 
Pending Status	pending_status	No	RO	Text Len=18
============================================================================================================
 
 
 
 

OAF Layout

The first four OAF lines identify t he object class.

Object Class

A text string that identifies the class of this object

Object Class: XXNDNode
 

Object Title

A text string that briefly describes this object class. This string appears as the title of new GUI object viewers for this object class.

Object Title: "Xyz Node"

Parent Class

The object class of the object's container.

Parent Class: XXNTNetwork
 

Parent Attr

Name of the attribute that contains the object id of the object's container.

Parent Attr: srnetwork

The rest of the OAF is tabular in format. Following the first four lines are two lines that form the column headers for the remaining attribute definition (Lines 6, 7):

Label                      Attribute                     Sel       RW             Syntax
=========================================================================================
 

Each column (Label, Attribute, Sel, RW,Syntax) specifies some aspects of the attribute. The remaining OAF lines are divided into groups by group titles of the form:

________________________________________Group_Title______________________________________
 

The attributes in a group share certain characteristics. For example (Line 12):

____________________________________Common_Attributes____________________________________
 

identifies the group of attributes common to all node class objects. Some groups are defined specifically by CPC, others are always present. Each line within a group specifies an attribute of the object. The group titled "System Attributes" is always present. It contains special attributes assigned by Cisco Provisioning Center to every Service and configuration object.

The group of attributes that appear before the first group title are the header attributes. In the GUI, these

attributes appear in the fixed area of the object viewer. This area included attributes such as the object's name, Customer and Domain.

OAF Attribute Definitions

This section describes the columns in the OAF that describe individual attributes.

Label

This is a text string that describes the attribute. This is the same string that identifies the attribute on the GUI object and list viewers. Attributes which do not appear on the GUI do not have labels.

Attribute

This is the name of the attribute. An attribute can also refer to another object by using dotted notation. An attribute name is in the form "x.y" means that the attribute "x" of this object is actually a relationship to another object and "y" is an attribute of that object. The OAF for that object class also specifies that attribute. Dotted notation can continue to as many levels as needed.

For example, in Line 14, the attribute is "srnetwork srname." The "srnetwork" attribute of this Node object is the relationship to a Network object. You can identify a relationship attribute in an OAF if its Syntax column is an object id ("Old"). The Network object, in turn, has an attribute called "srname." The line labelled "Network" is the name of the Network that owns this Node.

Sel

This indicates if this is a selector attribute--whether the attribute appears as a search criterion on the object's GUI list viewer or is an OId. Only selector attributes can be used in nps select statements. Sel can have the following values:

Sel Value Meaning

Y(n)

Attribute appears in the list viewer.

The (n) is the position of the column in the list viewer.

Y

Attribute does not appear in the list viewer, but can still be used as a search criterion. These attributes have Syntax or Old.

No

Attribute does not appear in list viewer

This information is important to know because the nps readitem command only returns attributes that are selectors (only those attributes with a Sel value of Y(n) or (Y).

RW

This column indicates whether the attribute can be modified from Script. If the column value is "RO" (read-only), the attribute cannot be modified. If this column is blank, the attribute is read/write - it can be modified. Be aware that the ability to modify an object's attribute is also dependent upon a number of other factors:

Syntax

This indicates the form of the attribute. Syntax has one of the following values:

Syntax Value Attribute Form

Text

A text string.The maximum length of the string is specified by Len=n

Numb

An integer. The maximum length of the integer is specified by Len=n. The valid range of values is indicated by Range=lower_limit-upper_limit. If a default value is provided, this is indicated by Default=n.

Enum

One of a list of possible values, which are listed. The maximum length of the enumerated value is specified by Len=n.

Bool

A boolean. The attribute can only contain the values "TRUE" or "FALSE".

OId

An object identifier. This attribute is a relationship to another object. The class of the other object is listed when known.

Date

A date in the form yyyy-mmm-dd. For example, "1998-JUL-25".

Time

A time in the form hh.mm.ss. For example, "15:34:26".

DateTime

A date and time in the form yyyy-mmm-dd hh:mm:ss. For example, "1998-JUL-24 15:34:26".

System Attributes Group

This section describes the System Attributes group. System attributes except for the Change Request are not selectors and are always read-only. All configuration objects and all Service objects have system attributes--other objects such as Transactions and Upload Requests do not have system attributes.

Version

This indicates whether the object is a current or pending version. If you have an open Transaction, any object you may have modified or created under this Transaction are pending versions. Otherwise, any objects you read are current versions. Possible values are:

Change Request

This is the object id of the Transaction that created this version of the object.

Pending Operation

This attribute indicates what operation created the version:


Note   Upload creates CMS objects with pending operation equal to 1 modify.

Created Date

Indicates the date and time on which the object was created.

Modified Date

Indicates the most recent date and time on which the object was modified.

Committed Date

Indicates the date and time when the Transaction that created or last modified this object was committed to the database. This only applies if the object is a current version.

Pending Status

Indicates the status of the object:

Profile OAFs

There is a seperate OAF for each profile object class. The profile's attributes are the same as the profiled object's attributes with the following differences:

For each profile object type, Cisco Provisioning Center generates a system default profile whose sy name is "Default."

The object class of the profile is the profiled Object Class followed by "Prof", as identified by Line 1 of the profile OAF.

The OAFs provided are for classes defined by the Standard Resource Model. These OAFs are provided as part of the CPC release in the $CCP_REL/sys/bin directory. Within this directory there are also OAFs for the Service Resource Models, and the Equipment Modules.

Standard Resource Model OAFs

Transaction

Object Class: CR
Object Title" "Change Request"
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
Number	number	Y(1)		Numb Len=7
Range=1-2999999	
State	state	Y(2)		Text Len=32
MD	domain	Y(3)		Text Len=16
VPN	vpn	Y(4)		Text Len=16
Brief Description	briefdescription	Y(5)		Text Len=180
0
Submitted by	submittedby	No		Text Len=16
Submission Date	submissiondate	No		Date Len=32
Approved by	approvedby	No		Text Len=16
Approval Date	approvaldate	No		Date Len=32
Opened by	openedby	No		Text Len=16
Open Date	opendate	No		Date Len=32
Scheduled by	scheduledby	No		Text Len=16
Scheduled Date	scheduledate	No		Date Len=32
Scheduled For	scheduledfortime	No		Date Len=32
Default=1
============================================================================================================	
 

Site

Object Class: Site
Object Title: "Site"
 
Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
______________________________________________Select_Only_Attributes________________________________________
 
Name	name	Y(1)	RO	Text Len=12
 
Phase	phase	Y(2)	RO	Enum Len=17
				"Preparation" "Delivery"
				"Activation" "Succeeded"
				"Resynchronization"
 
SubState	substate	Y(3)	RO	Enum Len=11
				"Unscheduled" "Scheduled"
				"In-progress" "Failed"
				"Aborting"
Service Impact	serviceimpact	Y(4)	RO	Enum Len=15
				"Node Restart"
				"Service Restart"
				"Link Restart"
				"Online Restart"
============================================================================================================			

Modified Object

Object Class: Modified
Object Title: "Update"
 
Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
_____________________________________________Select_Only_Attributes_________________________________________
 
Element Type	description	Y(1)	RO	Text Len=30
 
Element Name	name	Y(2)	RO	Text Len=40
 
MD	domain	Y(3)	RO	Text Len=16
 
VPN	vpn	Y(4)	RO	Text Len=16

Upload Request

Object Class: SYuplUploadRequest
Object Title: "Upload Request"
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
 
Number	number	Y(1)			Numb Len=7
	Range=1-9999999
Upload Type	type	Y(5)		Text Len=16
Created by	createdby	Y(2)		Text Len=32
State	state	Y(3)		Text Len=20
Default="Created"
Site	site	Y(4)		Text Len=30
Scheduled for	scheduledfortime	Y(6)		DateTime Len=24
Succeeded time	succeededtime	No		DateTime Len=24
MD	domain	No		Text Len=16
YPN	vpn	No		Text Len=16
===========================================================================================================						

Group

Label	Attribute	Sel	RW	Syntax
===========================================================================================================
 
Group	number		No		Numb Len=10
	               Range=0-2147483647
	
	Initiation
Preparation Date	preparationdate		No	Date Len=24
Preparation Time	preparationtime		No		Time Len=24
Delivery Date	deliverydate		No	Date Len=24
Delivery Time	deliverytime		No	Time Len=24
Activation Date	activationdate		No	Time Len=24
Activation Time	activationtime		No	Time Len=24
 
                                            Perform as soon as
Schedule Saved	immediateprep		No	Bool Len	=5
Preparation Done	immediatedelivery		No	Bool Len=5
Delivery Done	immediateactivation		No	Bool Len=5	
 
                                            Select Only Attributes
 
Change Order	changeorder	Y(1) RO	RO	Text Len=32
===========================================================================================================

Network Address

Objec Class: SRndNWAddress
Object Title: NetworkAddress
 
Label	Attribute	Sel	RW	Syntax
===========================================================================================================
 
	                    Attributes
 
vpn	vpn	No		Text Len=16
domain	domain	No		Text Len=16
 
                   
                                              System Attributes
 
Version	sy version	No	RO	Numb Len=1
   0=current 1=spending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=reload 4=none
Created Date	sy createddate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO 	Text Len=18
============================================================================================================

Network

The following OAF is used to list Network Objects

Object Class: SRntNetwork
Object Title: "Network"
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
Name	srname	Y(1)		Text Len=64
Customer	vpn	Y(3)		Text Len=16
Domain	domain	Y(4)		Text Len=16
 
                                                Common Parameters
 
	srsubnet	No	RO	SRntNetwork
Containing Network	srsubnet.srname	No	RO	Text Len=32
Transit Cost	srcost	Y(2)		Numb Len=10
         Range=0-2147483647 Default=50
Class	srclass	Y(5)		Text Len=4
   Default="sRnt"
Opaque	sropaque	No		Bool Len=5
Use Backup EMS	srusebackupems	No		Bool Len=5
Resource Map	srrmmap	No		Numb Len=10
         Range=0-2147483647	 Default=50
 
                                                 System Attributes
 
Version	sy version	No	RO	Numb Len=1
   0=current 1=pending
Change Request	sy changerequestid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
   0=add 1=modify 2=delete 3=reload 4=none
Create Date	sy createdate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18
============================================================================================================
		

Node

The following OAF is used to list Node objects.

Object Class: SRndNode
Object Title: "Node"
Parent Class: "SRntNetwork
Parent Attr: srnetwork
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
Name	srname	Y(1)		Text Len=64
Customer	domain	Y(7)		Text Len=16
Domain	vpn	Y(6)		Text Len=16
 
                                             Common Attributes
 
	srnetwork	Y	RO	OId SRntNetwork
Containing Network	srnetwork.srname	Y(2)	RO	Text Len=32
Management Address	srmgmtaddress	Y(3)		Text Len=32
Transit Cost	srcost	Y(4)		Numb Len=10
    Range=0-2147483647 Default=100
Node Type	srtype	Y(5)		Text Len=24
Class	srclass	Y(8)		Text Len=4
Containing Region	srarea	No		Text Len=32
Geographical Location	srgeogloc	No		Text Len=32
Organization Location	srorgloc	No		Text Len=64
 
	                   System Attributes
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Request	sy pendoperation	No	RO	OId CR
    0=add 1=modify 2=delete 3=reload 4=none
Created Date	sy createdate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text len=18
============================================================================================================

Physical Port

The following OAF is used to list Physical Port objects.

Object Class: SRppPhysicalPort
Object Title: "PPort"
Parent Class: SRndNode
Parent Attr: srnode
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
Name	srname	Y(1)		Text Len=64
Customer	vpn	Y(7)		Text Len=16
Domain	domain	Y(8)		Text Len=16
	srprofile	No		OId SRppPhysicalPortProf
Profile	srprofile.sy profname	No	RO	Text Len=32
 
                                                    Contained By
	srnode.srnetwork	No	RO 	OId
Network	srnode.srnetwork.srname Y(2)		RO 	Text Len=32
	srnode	Y	RO	OId SRnmtMtpLink
MtptLink	srmlink.srname	No	RO	Text Len=32
 
                                              Commom Attributes
 
Port Number	srportnumber	Y(4)		Numb len=10
			              Range=0-2147483647
Shelf Slot Number 	srslotnumber	Y(5) 		Text Len=16
Port Type	srporttype	Y(6)		Text Len=24
Bandwidth (kbits/s)	srbandwidth	No		Numb Len=10
			              Range=0-2147483647
Max PDU Size (bits)	srmaxpdusize	No		Numb Len=10
Range=0-2147483647 Default=0
Subscriber Id	srsubscriberid	No		Text Len=32
Class	srclass	Y(9)		Text Len=4 Defaults= 
				              "SRpp"
Service Object Id	sroid	No		Text Len=44
Protocol	srprotocol	No		Enum Len=4 "LAN" "None"
 
                                             System Attributes
 
Version	sy version	NO	RO	Numb Len=1
    0=current 1=pending	
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendingoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=reload 4=none
Create Date	sy createdate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18
============================================================================================================

Logical Port

The following OAF is used to list Logical Port objects

Object Class: SR1pLogicalPort
Object Title: "Logical Port"
Parent Class: SRNode
Parent Attr: srnode
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
Name	srname	Y(1)		Text Len=32
Customer	vpn	Y(16)		Text Len=16
Domain	domain	Y(17)		Text Len=16
	srprofile.sy profname	Y(2)	RO	Text Len=32
 
____________________________________________________Contained_By____________________________________________
	srnode.srnetwork	No	RO	OId
Network	srnode.srnetwork.srname No		RO 	Text Len=12
	srnode	Y	RO 	OId SRndNode
Node	srnode.srname	Y(4)	RO	Text Len=32
	srport	Y		OId SFppPhyiscalPort
Physical Port 	srport.srslotnumber	Y(6)		Text Len=32
Slot Number	srport.srportnumber	Y(5)		Text Len=32
EMS Name	sremsname	No		Text Len=65
 
____________________________________________________Common_Attributes_______________________________________
Protocol	srprotocol	Y(7)		Text Len=10
Default="Unknown"
Signalling Role	srsignallingrole	No		Emun Len=3
				"DTE" "DCE"
NNI Enable	srnnienabled	No		Bool Len=5
Admin Status	sradminstatus	Y(8)		Enum Len=12
"Locked" "Unlocked" "ShuttingDown."
Maximum Connections	srconnections	Y(14)		Numb Len=10
    Range=0-2147483647 Default=0
Service Object Id	srsoid	No		Text Len=44
Class	srclass	Y(18)		Text Len=4
   Default="SRlp"
Resource Map	srrmmap	No		Numb Len=10
    Range=0-2147483647 Default=0
Peer Logical Port	srpeer	No		Text Len=40
OOS	srgos	No		Text Len=32
Group	srgroup	No		Text Len=32
Priority 	srpriority	No		Numb Len=10
    Range=0 2147483647 Default=0
_______________________________________________________Bandwidth____________________________________________
_________________________________________________________Incoming___________________________________________
Maximum (kbits/s)	sraz bandwidth	No		Numb Len=10
    Range=0-2147483647
Nominal Threshold (%) 	sraz cbnt	No		Numb Len=10
    Range=0-2147483647 Default=0
Committed (kbits/s)	sraz cbw	No		Numb Len=10
    Range=0-2147483647 Default=0
 
________________________________________________________Outgoing____________________________________________
Maximum (kbits/s)	sraz bandwidth	No		Numb Len=10
  Range=0-2147483647
Nominal Threshold (%) 	sraz cbnt	No		Numb Len=10
   Range=0-2147483647 Default=0
Committed (kbits/s) 	sraz_cbw	No		Numb Len=10
    Range=0-2147483647 Default=0
__________________________________________________System_Attributes_________________________________________
Version	sy version	No	RO	Numb Len=10
   0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation		No	RO		Numb Len=1
   0=add 1=modify 2=delete 3=reload 4=none 
Created Date	sy createdate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18
 
_________________________________________________Select_Only_Attributes_____________________________________
 
Network	srnetwork.srname	Y(3)	RO	Text Len=32
Committed	srusage.sraz bandwidth t	Y(10)	RO	Text Len=10
Available	srusage.sraz bandwidth a	Y(11)	RO	Text Len=10
Committed	srusage.sraz bandwidth t	Y(12)	RO	Text Len=10
Available	srusage.srza bandwidth a	Y(13)	RO	Text Len=10
Available	srusage.srza bandwidth a 	Y(15)	RO	Text Len=10
============================================================================================================

Logical Port Profile

The following OAF is used to list logical port profile attributes

Object Class	: SRlpLogicalPortProf
Object Title: "LogicalPort Profile"
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
Name	sy profname	Y(1)		Text Len=24
Customer	vpn	Y(5)		Text Len		=16
Domain	domain	Y(6)		Text Len=16
 
_______________________________________________Contained_By_________________________________________________
EMS Name	srensname	No		Text Len=65
 
______________________________________________Common_Attributes_____________________________________________
Protocol	srprotocol	Y(2)		Text Len=10
    Default="Unknown"
Signalling Role	srsignallingrole	No		Text Len=10
				"DTE" "DCE"
NNI Enable	srnienabled	No		Bool Len=5
Admin Status	sradminstatus	Y(3)		Enum Len=12
   "Locked" "Unlocked" "ShuttingDown"
Maximum Connections 	srconnections	Y(4)		Numb Len=4 
    Range=0-2147483647 Default=0
Service Object Id	srsoid	No		Text Len=44
Class	srclass	Y(7)		Text Len=4 Default="SRlp"
Resource Map	srrmmap	No		Text Len=44
     Range=0-2147483647 Default=0
Peer Logical Port	srpeer	No		Text Len=44
OOS	srgos	No		Text Len=32
Group	srgroup	No		Text Len=32
Priority	supriority	No		Numb Len=10
    Range=0-2147483647 Default=0
 
_________________________________________________Bandwidth__________________________________________________
 
__________________________________________________Incoming__________________________________________________
Maximum (kbits/s)	sraz bandwidth	No		Numb Len=10
    Range=0-2147483647
Nominal Threshold (%) 	sraz cbnt	No		Numb Len=10
    Range=0-2147483647 Default=0
Committed (kbits/s) 	sraz cbw	No		Numb Len=10
 
_____________________________________________________Outgoing_______________________________________________
Maximum (kbits/s)	srza bandwidth	No		Numb Len=10
    Range=0-2147483647
Mominal Threshold (%)	srza cbnt	No		Numb Len=10
    Range=0-2147483647 Default=0
Committed (kbits/s)	srza cbw	No		Numb Len=10
    Range=0-2147483647 Default=0
 
__________________________________________________System_Attributes_________________________________________
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendingoperation  No		RO	Numb Len=1
    0=add 1=modify 2=delete 3=reload 4=none
Create Date	sy createdate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18

Logical Port Usage Attributes

The following OAF is used to list logical port usage attributes.

Object Class: SRullPortUsage
Object Title: PortUsage
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
 
________________________________________________Attributes__________________________________________________
sraz bandwidth t	sraz bandwidth t	No		Text Len=10
sraz bandwidth u	sraz bandwidth u	No		Text Len=10
sraz bandwidth r	sraz bandwidth r	No		Text Len=10
sraz bandwidth a	sraz bandwidth a	No		Text Len=10
srza bandwidth t 	srza bandwidth t	No		Text Len=10
srza bandwidth u	srza bandwidth u	No		Text Len=10
srza bandwidth r	srza bandwidth r	No		Text Len=10
srza bandwidth a	srza bandwidth a	No		Text Len=10
srconnections t	srconnections t	No		Text Len=10
srconnections u	srconnections u	No		Text Len=10
srconnections r	srconnections r	No		Text Len=10
srconnections a	srconnections a	No		Text Len=1o
============================================================================================================

Trail

The following OAF is used to list Trail objects.

Object Class: SRtlTrail
Object Title: "Trail"
Parent Class: SRntNetwork
Parent Attr: srnetwork
 
Label	Attribute	Sel	RW	Syntax
============================================================================================================
MD	domain	No		Text Len=16
VPN	vpn	No		Text Len=16
 
_____________________________________________Relationships__________________________________________________
 	srnetwork	Y	RO	OId SRntNetwork
Network 	srnetwork.srname	Y(1)	RO	Text Len=32
 
________________________________________________System_Attributes___________________________________________
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
 
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=reload 4=none
Created Date	sy createddate	No	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18
============================================================================================================

Trail Usage Attributes

The following OAF is used to list Trail usage attributes.

Object Class: SRutTrailUsage
Object Title: "TrailUsage"
 
Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
____________________________________________________Attributes______________________________________________
 
sraz bandwidth t	sraz bandwidth t	No		Text Len=10
sraz bandwidth u	sraz bandwidth u	No		Text Len=10
sraz bandwidth r	sraz bandwidth r	No		Text Len=10
sraz bandwidth a	sraz bandwidth a	No		Text Len=10
srza bandwidth t	srza bandwidth t	No		Text Len=10
srza bandwidth u	srza bandwidth u	No		Text Len=10
sraz bandwidth r	srza bandwidth r	No		Text Len=10
srza bandwidth a	srza bandwidth a	No		Text Len=10
srconnections t	srconnections t	No		Text Len=10
srconnections u	srconnections u	No		Text Len=10
srconnections r	srconnections r	No		Text Len=10
srconnections a	srconnections a	No		Text Len=10
============================================================================================================

Network Connection

The following OAF is used to list Network Connection objects.

Object Class: NRnbNetworkConnection
Object Title: "NetworkConnection"
Parent Class: "SRntNetwork
Parent Attr: srnetwork
 
Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
Customer	vpn	No		Text Len=16
	srprofile	No		OId
		SubNetworkConnectionProf
Profile	srprofile.sy profname	No	RO	Text Len=32
Domain	domain	No		Text Len=16
 
____________________________________________________Common_Attributes_______________________________________
	srnetwork	Y	RO	OId SRntNetwork
Network	srnetwork.srname	No	RO 	Text Len=32
Recovery Priority	srpriority	No		Numb Len=10
    Range=0-2147483647 Default=0
	srcomposite	No	RO	OId
				SRNetworkConnection
Composite NC	srcomposite.sy objectid  No		RO	Text Len=32
Service Object Id	srnoid	No		Text Len=44
 
_________________________________________________LPort_Associations_________________________________________
 
_________________________________________________A_Endpoint_________________________________________________
 
	sra.tp.srnode	No	RO	OId
Node	sra.tp.srnode.srname	No	RO	Text Len=32
	sra.tp	Y		OId SRlpLogical Port
LPort	sra.tp.srname	No	RO	Text Len=32
 
_________________________________________________Z_Endpoint_________________________________________________
	sra.tp.srnode	No	RO	OId
Node	sra.tp.srnode.srname	No	RO	Text Len=32
	sra.tp	Y		OId SRlpLogical Port
LPort	sra.tp.srname	No	RO	Text Len=32
 
_________________________________________________A_to_Z_Direction___________________________________________
Bandwidth	sraz bandwidth	No		Numb Len=10
    Range=0-2147483647
Primary logical port 	sra primtp	No		Text Len=44
 
________________________________________________Z_to_A_Direction____________________________________________ 
Bandwidth	srza bandwidth	No		Numb Len=10
    Range=0-2147483647
Primary logical port 	srz primtp	No		Text Len=44
 
_________________________________________________Attributes_________________________________________________
 
srname	srname	No		Text Len=33
 
___________________________________________System_Attributes________________________________________________
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO	Text Len=18
 
__________________________________________Select Only Attributes____________________________________________
 
Network	sra.tp.srnode.srnetwork	Y(1)	RO	Text Len=32
Node	srlocaltp.srnode.srname	Y(2)	RO	Text Len=32
LPort	srlocaltp.srname	   Y(3)	RO	Text Len=32
Network	srz.tp.srnode.srnetwork   Y( 4)		RO	Text Len=32
Node	srremotetp.srnode.srname  Y(5)		RO	Text Len=32
LPort	srremotetp,srname	   Y(6)	RO	Text Len=32	 
============================================================================================================

Network Connection Profile

The following OAF is used to list Network Connection profile objects.

Object Class: SRnbNetworkConnectionProf
Object Title: "NetworkConnection Profile"
NETWORK ELEMENT
 
Label	Attributes	Sel	RW	Syntax
===========================================================================================================
Name	sy profname	Y(1)		Text Len=24
Domain	domain	No		Text Len=16
 
__________________________________________________Common_Attributes_________________________________________
 
Recovery Priority	srpriority	No		Numb Len=10
    Range=0-2147483647 Default=0
Service Object Id	srnoid	No		Text Len=44
 
_________________________________________________LPort_Associations_________________________________________
 
_________________________________________________A_Endpoint_________________________________________________ 
 
_________________________________________________Z_Endpoint_________________________________________________
 
_________________________________________________Bandwidth__________________________________________________
 
_________________________________________________A_Z_Direction______________________________________________
 
Bandwidth	sraz bandwidth	No		Numb Len=10
    Range=0-2147483647
Primary logical port 	sra primtp	No		Text Len=44
 
 
_________________________________________________Z_A_Direction______________________________________________
 
Bandwidth	srza bandwidth	No		Numb Len=10
    Range=0-2147483647
Primary logical port 	srz primtp	No		Text Len=44
 
_________________________________________________Attributes_________________________________________________
srname	srname	No		Text Len=33
 
_________________________________________________System_Attributes__________________________________________ 
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
============================================================================================================

Link Connection

The following OAF is used to list and view Link Connection objects.

Object Class: SRlbLinkConnection
Object Title: "LinkConnection"
 
 Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
Class	srclass	Y(1)		Text Len=4
MD	domain	No		Text Len=16
VPN	vpn	No		Text Len=16
 
____________________________________________________Parameters______________________________________________
 
	srcomposite		No	RO	OId
Composite NC	srcomposite.sy.objectid	No	RO	Text Len=44
	srcarried by	No	RO	OId SRtlTrail
Supporting Trail	srcarried by.sy.objectid	No	RO	Text Len=44
	sra cnx	No	RO	OId SRsnSubNC
	sra cnx	No	RO	SRsnSubNc
A NC	sra.cnx.sy objectid	No	RO	Text Len=44
	srz cnx	No	RO	OId SPsnSubNC
Z NC	srz cnx.sy objectid	No	RO	Text Len=44
 
____________________________________________________Attributes______________________________________________
 
sraz bandwidth	sraz bandwidth	No		Numb Len=10
srza bandwidth	srza bandwidth	No		Numb Len=10
sroid	sroid	No		Text Len=44
srpriority 	srpriority	No		Numb Len=10
    Range=0-2147483647 Default=0
 
__________________________________________________System_Attributes_________________________________________
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
============================================================================================================

Link

The following OAF is used to list and view Link objects.

Object Class: SRlnLink
Object Title: "Link"
Parent Class: "SRntNetwork
Parent Attr: srnetwork
 
 Label	Attributes	Sel	RW	Syntax
============================================================================================================
 
Customer	vpn	No		Text Len=16
	srprofile	No		OId SRlnLinkProf
Profile	srprofile.sy profname	No	RO	Text Len=32
Domain	domain	No		Text Len=16
 
_________________________________________________Contained_By_______________________________________________
 
	srnetwork	Y	RO	SRntNetwork
Network	srnetwork.srname	No	RO	Text Len=32
 
_________________________________________________LPort_Associations_________________________________________
 
_________________________________________________A_Endpoint_________________________________________________ 
 
	sra.tp.srnode	No	RO	Text Len=16
	sra tp	Y		OId SRlpLogicalPort
LPort	sra tp.srname	Y(5)	RO	Text Len=16
 
_________________________________________________Z_Endpoint_________________________________________________
 
	srz tp.srnode	No	RO	OId
Node	srz tp.srnode.srname	Y(8)	RO	Text Len=16
	srz tp	Y		OId SRlpLogicalPort
LPort	srz tp.srname	Y(9)	RO	Text Len=16 _________________________________________________Resiliency_________________________________________________
 
Resiliency Group	srresilgroup	Y(2)		Text Len=32
				Default=""
Resiliency Policy	srresilpolicy	Y(1)		Text Len=32
				Default=""
Transit Cost	srcost	No		Numb Len=10
    Range=0-2147483647 Default=0
Threading Policy 1	srpolicy1	No		Text Len=32
Threading Policy 2	srpolicy2	No		Text Len=32
 
__________________________________________________System_Attributes_________________________________________
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
 
__________________________________________Select Only Attributes____________________________________________
 
Network	sra.tp.srnode.srnetwork	Y(3)	RO	Text Len=32
LPort Status	srlocaltp.sradminstatus	   Y(6)	RO	Text Len=32
Network	sra.tp.srnetwork.srname   Y(7)		RO	Text Len=32
LPort Status	srremotetetp.sradminstatus   Y(10)		RO	  TextLen=32
============================================================================================================

Link Profile

The following OAF is used to list and view Link profile objects.

Object Class: SRlnLinkProf
Object Title: "Link Profile"
NETWORK ELEMENT
 
 Label	Attributes	Sel	RW	Syntax
============================================================================================================
Name	sy profname	Y(1)		Text Len=24
Domain	domain	No		Text Len=16
 
__________________________________________________Contained_By_____________________________________________
 
_______________________________________________L_Port_Association___________________________________________
 
_______________________________________________A_Endpoint__________________________________________________
 
_______________________________________________Z_Endpoint__________________________________________________
 
_______________________________________________Resiliency__________________________________________________
 
Resiliency Group	srresilgroup	Y(2)		Text Len=32
				Default=""
Resiliency Policy	srresilpolicy	Y(1)		Text Len=32
				Default=""
Transit Cost	srcost	No		Numb Len=10
    Range=0-2147483647 Default=0
Threading Policy 1	srpolicy1	No		Text Len=32
Threading Policy 2	srpolicy2	No		Text Len=32
 
__________________________________________________System_Attributes_________________________________________
 
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
============================================================================================================

Multi-Point Link

Object Class: SRmtMtptLink
Object Title: "MultiPointLink"
Parent Class: "SRmp srnetwork
Parent Attr: srnetwork
 
 Label	Attributes	Sel	RW	Syntax
============================================================================================================
Name	srname	Y(1)		Text Len=64
Customer	vpn	No		Text Len=16
	srprofile	No		OId SRmtMtptLinkProf
Profile	srprofile.sy profname	No	RO	Text Len=32
Domain	domain	No		Text Len=16
 
_________________________________________________Contained_By_______________________________________________
 
	srnetwork	Y	RO	SRntNetwork
Network	srnetwork.srname	Y(2)	RO	Text Len=32
 
_________________________________________________LAN_Ports__________________________________________________
 
____________________________________________System_Attributes_______________________________________________
  
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
============================================================================================================

Multi-Point Link Profile

Object Class: SRmtMtpLinkProf
Object Title: "MultipoinLink Profile"
 
 Label	Attributes	Sel	RW	Syntax
 
Name	sy profname	Y(1)		Text Len=64
Customer	vpn	No		Text Len=16
Domain	domain	No		Text Len=16
 
_________________________________________________Contained_By_______________________________________________
 
_________________________________________________LAN_PPorts_________________________________________________
 
____________________________________________System_Attributes_______________________________________________
  
Version	sy version	No	RO	Numb Len=1
    0=current 1=pending
Change Request	sy changeorderid	Y	RO	OId CR
Pending Operation	sy pendoperation	No	RO	Numb Len=1
    0=add 1=modify 2=delete 3=upload 4=none
Create Date	sy createddate	No 	RO	DateTime Len=20
Modified Date	sy modifieddate	No	RO	DateTime Len=20
Committed Date	sy committeddate	No	RO	DateTime Len=20
Pending Status	pending status	No	RO		  Text Len=18
============================================================================================================

OAF Descriptions

The following sections outline the service and equipment module-specific OAFs "Object Attribute Files".

ATM Model OAFs

Table A-1 lists the OAFs that are provided for the ATM Resource Model


Table A-1: ATM Resource Model OAFs
OAF Name Description

RAadAtmAddress.oaf

ATM Address

RAsvServiceObject.oaf

ATM Service object

RAsvServiceObjectProf.oaf

ATM Service object profile

Table A-2 lists the OAFs that are provided for the Frame Relay Resource Model.

Frame Relay Resource Model OAFs

Table A-3 lists the OAFs that are provided for the CBR Resource Model.


Table A-2: Frame Relay Resource Model OAFs
OAF Name Description

RFsvServiceObject.oaf

Frame Relay Service object

RFsvServiceObjectProf.oaf

Frame Relay Service object profile

RFixServiceObject.oaf

Frame Relay Interworking Service object

RFixServiceObjectProf.oaf

Frame Relay Interworking Service object profile

Table A-3 lists the OAFs that are provided for the CBR Resource Model.


Table A-3: CBR Resource Model OAFs
OAF Name Description

SCB1CBR.oaf

CBR Service object

SCB1CBRProf.oaf

CBR Service object profile

SCB3CES.oaf

CBR-ATM Interworking Service object

SCB3CESProf.oaf

CBR-ATM Interworking Service object profile

CBR Resource Model OAFs

Table A-4 lists the OAFs that are provided for the CBR Resource Model.


Table A-4: CBR Resource Model OAFs
OAF Name Description

SCB1CRB.oaf

CBR Service Object

SCBICBRProf.oaf

CBR Service ojbect profile

SCB3CES.oaf

CBR-ATM Interworking Service Object

SCB3CESProf.oaf

CBR-ATM Interworking Service Ojbect profile

DSL Resource Model OAFs

Table A-5 lists the OAFs that are provided for the DSL Resource Model.


Table A-5: DSL Resource Model OAFs
OAF Name Description

SDLConnection.oaf

DSL Connection

SDLConnectionProf.oaf

DSL Connection profile

SDLPap.oaf

DSL Provider Access Poin

SDLPapProf.oaf

DSL Access Point Profile

SDLProvider.oaf

DSL Provider

SDLProviderProf.oaf

DSL Provider Profile

SDLSubscriber

DSL Subscriber

SDLSubscriberProf

DSL Subscriber Profile

Transparent LAN Resource Model OAFs


Table A-6: Transparent LAN Resource Model
OAF Name Description

SCB1CBR.oaf

CBR Service object

SCB1CBRProf.oaf

CBR Service object profile

SCB3CES.oaf

CBR-ATM Interworking Service Object

SCB3CESProf.oaf

CBR-ATM Interworking Service ProfileObject

SGTsvServiceObject.oaf

SGT Service Object

SGTsvServiceObjectProf.oaf

SGT Service Object Profile

SLI1VlanC.oaf

LAN Component Service

SLI1VlanCProf.oaf

LAN Component Service Profile

SLITATMcnx.oaf

LAN ATM Connection Service

SLITATMcnxProf.oaf

LAN ATM Connection Service Profile

SLIVATMIW.oaf

LAN ATM Interworking Service

SLIVATMIWProf.oaf

LAN ATM Interworking Service Profile

SLIFFRcnx.oaf

LAN FR Connection Service

SLIFFRcnxProf.oaf

LAN FR Connection Service Profile

SLIHFRIW.oaf

FAN FR Interworking Service

SLIHFRIWProf.oaf

LAN FR Interworking Service Profile

CWN Equipment Module OAFs

This table lists the OAFs that are provided for the CWM Equipment Module.


Table A-7: CWM Equipment Module OAFs
OAF Name Description

CSntNetwork.oaf

Cisco Network

CSndNode.oaf

Cisco Node

CSalAtmLport.oaf

Cisco ATM logical port

CSapAtmPport.oaf

Cisco ATM physical port

CSacAtmVc.oaf

Cisco ATM PVC

CSacAtmVcProf.oaf

Cisco ATM PVC profile

CSflFRLport.oaf

Cisco Frame Relay logical port

CSfpFRPport.oaf

Cisco Frame Relay physical port

CSfcFRPvc.oaf

Cisco Frame Relay PVC

CSicFRPvcProf.oaf

Cisco Frame Relay PVC profile

CSicFRAtmIWPvc.oaf

Cisco Interworking PVC

CsicFRAtnIWPvcProf.oaf

Cisco Interworking PVC profile

CSclCELport.oaf

Cisco Circuit Emulation logical port

CScpCEPport.oaf

Cisco Circuit Emulation physical port

CSctCEAtmConn.oaf

Cisco Circuit Emulation - ATM Connection

CSctCEAtmConnProf.oaf

Cisco Circuit Emulation - ATM Connection profile

CScxCECEConn.oaf

Cisco Circuit Emulation - Circuit Emulation Connection

CScxCECEConnProf.oaf

Cisco Circuit Emulation - Circuit Emulation Connection Profile

CScxCECEConn.oaf

Cisco Circuit Emulation - Circuit Emulation Connection

CScxCECEConnProf.oaf

Cisco Circuit Emulation - Circuit Emulation Connection Profile

CSntNetwork.oaf

Cisco Network

CSndNode.oaf

Cisco Node

CSalAtmLport.oaf

Cisco ATM logical port

CSapAtmPport.oaf

Cisco ATM physical port

CSacAtmVc.oaf

Cisco ATM PVC

CSacAtmVcProf.oaf

Cisco ATM PVC profile

CSfpFRPport.oaf

Cisco Frame Relay logical port

CSfpFRPport.oaf

Cisco Frame Relay physical port

CSfcFRPPvc.oaf

Cisco Frame Relay PVC

CSfcFRPvcProf.oaf

Cisco Frame Relay PVC profile

CSicFRAtmIWPvc.oaf

Cisco Interworking PVC

CSicFRAtmIWPvcProf.oaf

Cisco Interworking PVC profile

CSclCELport.oaf

Cisco Circuit Emulation logical port

CScpCEPport.oaf

Cisco Circuit Emulation physical port

CSctCEAtmConn.oaf

Cisco Circuit Emulation - ATM Connection

CSctCEAtmConnProf.oaf

Cisco Circuit Emulation - ATM Connection profile

CScxCECEConn.oaf

Cisco Circuit Emulation - Circuit Emulation Connection.

CScxCECEConnProf.oaf

Cisco Circuit Emulation - Circuit Emulation Connection profile


hometocprevnextglossaryfeedbacksearchhelp
Posted: Thu Aug 3 16:35:12 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.