




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
I merged 11 files of Network management lecture notes and this will be very helpful for network students.
Typology: Slides
1 / 245
This page cannot be seen from the preview
Don't miss anything!





























































































› Encoding Structure › Macros
› https://www.youtube.com/watch?v=EccHushRhWs
› https://www.youtube.com/watch?v=ECXLSdC6FcI
› It uses the formal syntax language and grammar of BNF (Backus-Naur Form)
› For example
›
Symbol Meaning ::= Define as or assignment | Or, alternative, options of a list
- Signed number - - Following the symbol are comments { } Start and end of a list [ ] Start and end of a tag ( ) Start and end of a subtype .. Range
Complete list of ASN. symbols
Keyword Brief Description BEGIN Start of an ASN.1 module CHOICE list of alternatives DEFINITIONS Definition of a data type or managed object END End of an ASN.1 module EXPORTS Data types that can be exported to other modules IDENTIFIER A sequence of non-negative numbers IMPORTS Data types defined in external modules INTEGER Any negative or non-negative number NULL A placeholder OBJECT Used with IDENTIFIER to uniquely Identify an object OCTET Unbounded 8·bit, bytes (octets) of binary data OF Used with SET and SEQUENCE SEQUENCE Ordered list maker SEQUENCE OF Ordered array of repetitive data SET Unordered list maker SET OF Unordered list of repetitive data STRING Used with OCTET for denoting a string of octets
Few frequently used ASN. keywords
› The algorithm, to convert the textual ASN.1 syntax to machine readable code is called Basic Encoding Rules (BER)
› ASCII text data are converted to bit-oriented data using the BER define for the transfer syntax
› One basic encoding structure is TLV
› TLV (Type, Length, Value) is define as
› Type has 3 sub-components
› Length is short (1 octet) or long (2 or more octets)
› Value is the actual data, encoded based on the data type
11
TYPE (1-byte) LENGTH VALUE , Class (7-8th^ bits), P/C (6th^ bit), Tag Number (1-5th^ bits),
› By now, we have used ASN.1 notation of syntax directly and explicitly
› ASN.1 permits extension capabilities to define new data types and values by the use of ASN.1 macros
› ASN.1 macros also facilitate grouping of instances of an object or concisely defining various characteristics associated with an object
› Create an Internet object using and OBJECT-IDENTITY macro
› STATUS and DESCRIPTION are two syntactical objects
› Referpart is optional
› Course cs8113 is registered under the object descriptor “csclasses” as 50th^ node.
› The object cs8113 has a value
› It address the setting and changing of configuration of the networks and network components
› Management information is embedded in the managed objects such as hubs, bridges and routers e-g:
› Configuration data is gathered and stored by NMS at the NOC (Network Operations Center)
› NMS displays real-time configuration of the network and its status
› Detection and isolation of the problem causing the failure in the network
› Restoration of service is done as soon as possible and could involve re-configuration (Configuration Management)
› NMS constantly monitors and displays the real-time major and minor alarms based on severity of failure
› Self-healing: when restoration is done by network itself