Microwave Model <next>

Slides:



Advertisements
Similar presentations
Simple tutorial Yang & Netconf.
Advertisements

Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
Maintaining and Updating Windows Server 2008
1 Doctor Fault Management 18 May 2015 Ryota Mibu, NEC.
Check Disk. Disk Defragmenter Using Disk Defragmenter Effectively Run Disk Defragmenter when the computer will receive the least usage. Educate users.
**DRAFT** Doctor Southbound API 14 April 2015 Ryota Mibu, NEC.
© Copyright 2013 TONE SOFTWARE CORPORATION. Confidential and Proprietary. All rights reserved. ® Basic Administrator Training – Release Entities.
Shibboleth 2.0 IdP Training: Authentication January, 2009.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
NetNumen T31 Common Operations. Objectives Master Basic Configurations of T31 Master Common Operations of T31.
PART3 Data collection methodology and NM paradigms 1.
Pim wg multicast YANG team Meeting Interface Hierarchy augment /rt:routing/rt:routing-instance/rt:routing-protocols: +--rw pim +--rw graceful-restart.
Draft-wilton-netmod-intf-ext-yang-01 draft-wilton-netmod-intf-vlan-yang-01 Rob Wilton IETF 94 – Yokohama, NETMOD WG.
Maintaining and Updating Windows Server 2008 Lesson 8.
PIM YANG Model draft-liu-pim-yang-00 Yisong Liu, Feng Guo (Huawei) IETF 91, Honolulu.
Manajemen Jaringan, Sukiswo ST, MT 1 OSI Management Framework: Overview Sukiswo
ATLAS Detector Resources & Lumi Blocks Enrico & Nicoletta.
BSA 385 Week 3 DQ 1 User Interface delineations are a key aspect of the Physical Model design description of your proposed system solution. Discuss the.
Digital Access Cross Connect Switch
Monitoring Windows Server 2012
Lec7: SNMP Management Information
Collectd 101.
TANGO Harmonization Meeting (Edinburgh)
Lesson # 9 HP UCMDB 8.0 Essentials
YANG Data Model for RIP draft-liu-rtgwg-yang-rip-01
Basic router configuration
Lec 5: SNMP Network Management
GAUSS GiGa (G4 Interface for Gaudi Geant 4
CCS Engineering Tools The tools are used help development and debugging of VLT SW control applications This presentation will provide a general view of.
ACS Alarm System A. Caproniac
draft-litkowski-isis-yang-isis-cfg IETF 90 - Toronto
100% Exam Passing Guarantee & Money Back Assurance
pim wg multicast YANG team
Can SUPA Aid ECA Policy Development in I2RS Yang
IETF 97 Seoul, South Korea Yang Data Model for OSPF Protocol draft-ietf-ospf-yang-06 draft-ietf-ospf-sr-yang-00 Derek Yeung Derek Yeung
RMON.
Ethernet PHY Information Model Clarification at OT IM
pim wg multicast YANG team
IETF 97 Seoul, South Korea Yang Data Model for OSPF Protocol draft-ietf-ospf-yang-06 draft-ietf-ospf-sr-yang-00 Derek Yeung Derek Yeung
Network Administration CNET-443
Partial Locking of a Datastore in NETCONF
Data collection methodology and NM paradigms
Module 1: System Overview
MyCrestron Analytics Powerful new tools now available with MyCrestron Residential Monitoring Service.
draft-ietf-pim-igmp-mld-yang-04
IETF ACL YANG Enhancements
Windows Server 2008 Administration
YANG Key-Chain Model IETF 97, Seoul
WW TSS-8: Technical Deep Dive into Historian 11 Toolkit
Lec 5: SNMP Network Management
NMDA Q & A draft-dsdt-nmda-guidelines &
Arrays .
IGMP & MLD Snooping YANG Model
A framework for Management and Control of microwave and millimeter wave interface parameters draft-ietf-ccamp-microwave-framework-01
Quattor Advanced Tutorial, LAL
CSE 1020: The Collection Framework
draft-ietf-teas-yang-te-topo-08
5. 3 Coding with Denotations
Measurement 2 Measurement 3 Condition Monitoring Integration with Embedded Software and On Key Hardware’s embedded software/analysis tool and specialist.
Issue #429: OTSI SIP spec Current definition is unclear:
A YANG Data Model for Microwave Radio Link draft-mwdt-ccamp-mw-yang-01
Brief update and critical issues
IETF Prague BFD Unsolicited
YANG Data Models for TE and RSVP draft-ietf-teas-yang-te-19 draft-ietf-teas-yang-rsvp-10 draft-ietf-teas-yang-rsvp-te-05 draft-ietf-teas-yang-te-mpls-01.
Network Monitoring System
Device Management Profile and Requirements
YANG Data Models for TE and RSVP draft-ietf-teas-yang-te-21 draft-ietf-teas-yang-rsvp-11 draft-ietf-teas-yang-rsvp-te-07 Tarek Saad, Juniper Networks Rakesh.
Issues to extend TR-532 mw model.
Interface extensions YANG & VLAN sub-interface YANG Status update
YANG Data Models for TE and RSVP draft-ietf-teas-yang-te-21 draft-ietf-teas-yang-rsvp-11 draft-ietf-teas-yang-rsvp-te-07 Tarek Saad, Juniper Networks Rakesh.
Presentation transcript:

Microwave Model <next> Proposal for Mantis issues #30, #33

How could it look like in yang? […] container air-interface-configuration { uses air-interface-configuration-g; description "none"; } container air-interface-management { uses air-interface-management-g; container air-interface-status { config false; uses air-interface-status-g; Pac level Do we agree that there are no alarms and PM for the structure -> objects and attributes would go to “deprecated”.

How could it look like in yang? grouping air-interface-management-g { container fault-management { list problem-kind-severity-list { key 'problem-kind-name'; min-elements 6; uses air-interface-problem-severity-type-g; description "Severity of the problem to be configured."; } container performance-measurement-control { leaf collectionIsOn { type boolean; default false; description "Enables or disables the measurement, collection, storage and access to preformance monitoring."; list thresholds { key "counter granularity"; uses thresholds-g; "A list of thresholds for those performance monitoring counters supporting threshold crossed alarms. The 'upper' and 'lower' values can be set, but the number of entries within the list cannot be modified."; description "Management of an air-interface."; Management part of a pac

How could it look like in yang? grouping thresholds-g { leaf counter { type identityref { base pm-tca-counter; } description "First index ot the threshold list is a perfromance monitoring counter supporting thershold crossed alerts."; leaf granularity { type g:granularity-period-type; "Second index ot the threshold list is granularity-period."; leaf lower { type uint64; default 0; "The lower thershold, if crossed a threshold crossed alert is raised."; leaf upper { default 86400; "The upper thershold, if crossed a threshold crossed alert is raised."; "Definition of an entry in the list of thresholds."; pmControl

How could it look like in yang? An ENUM for performance monitoring counter supporting thresholds and threshold crossed alerts. ES, SES, CSES identity pm-tca-counter { description "Definition of performance monitoring counter supporting threshold crossed alerts."; } identity pm-tca-counter-es { base pm-tca-counter; "Errored seconds."; identity pm-tca-counter-ses { "Severely errored seconds."; identity pm-tca-counter-cses { "Consecutive severely errored seconds.";

Changes on AirInterface-Pac