An instance of the SAP subentity must exist for each LLC2 port. The SAP (service access point) subentity is the access point to the underlying LAN station. There is one SAP for each protocol on the LAN adapter.
1 – create
create llc2 sap The create llc2 sap command creates an instance of the LLC2 SAP subentity for each protocol that LLC2 uses. The create command also allocates resources for the subentity and sets its characteristics to their default values. Ex, ncl> create llc2 sap sna-0
2 – delete
delete llc2 sap The delete llc2 sap command deletes a named LLC2 SAP instance. You can delete a SAP instance only when it has no active Link subentities and it is disabled. Ex, ncl> delete llc2 sap sna-0
3 – disable
disable llc2 sap The disable llc2 sap command disables a named LLC2 SAP instance. Ex, ncl> disable llc2 sap sna-0
4 – enable
enable llc2 sap The enable llc2 sap command enables a named LLC2 SAP instance. Ex, ncl> enable llc2 sap sna-0
5 – set
set llc2 sap The set llc2 sap command lets you set the attributes for the LLC2 SAP subentity. Ex, ncl> set llc2 sap sna-0 lan station token ring station trn-0
5.1 – Characteristics
LAN Station Local entity Specifies the name of the LAN station entity used by the name SAP. You must specify this value before trying to enable the SAP. Local LSAP 2 characters Specifies the local link service Address (hexadecimal) access point (LSAP) to be used. The address must be unique. For use with the Peer Server, this value is normally set to 04.
6 – show
show llc2 sap The show llc2 sap command displays the attributes for the LLC2 SAP subentity. Ex, ncl> show llc2 sap sna-0 all
6.1 – Identifier
Name Displays the simplename assigned when the LLC2 SAP was created.
6.2 – Status
State Displays the entity state of the LLC2 SAP entity. Possible values are: off The SAP is disabled. on The SAP is enabled. LAN Port Displays the name of the LAN Port that is opened and enabled when this SAP is successfully enabled. The status has a null value if the SAP is not enabled. Maximum PDU Displays the largest frame size, in octets, that Size can be used to send or receive data on this SAP. UID Displays the entity's unique identifier that was assigned when the entity was created.
6.3 – Characteristics
LAN Station Local entity Displays the name of the LAN station entity used by the name SAP. You must specify this value before trying to enable the SAP. Local LSAP 2 characters Displays the local link service Address (hexadecimal) access point (LSAP) to be used.
6.4 – Counters
Creation Displays the time that the entity was created. Time Times SAP Displays the number of times the SAP state has State Changed changed from on to off, or from off to on.