SNMP auto LVS balancing Jason Liptak. Overview SNMP overview Network Setup Solution Lessons Learned Future 5/4/2011Jason Liptak 2.

Slides:



Advertisements
Similar presentations
1 Network Monitoring with Nagios Asian Internet Interconnection Initiatives Project Yan Adikusuma Nara Institute of Science and Technology
Advertisements

ONE STOP THE TOTAL SERVICE SOLUTION FOR REMOTE DEVICE MANAGMENT.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 8: Monitoring the Network Connecting Networks.
Connect communicate collaborate DRAFT ON NETWORK MANAGEMENT ARCHITECTURE Esad Saitovic, Ivan Ivanovic AMRES Network monitoring workshop for GN3/NA3/T4.
Implementing a Highly Available Network
Dr Alejandra Flores-Mosri Network Monitoring Internet Management & Security 06 Learning outcomes At the end of this session, you should be able to: –Explain.
Network Management 2 School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 16, Thursday 4/19/2007)
CSEE W4140 Networking Laboratory Lecture 11: SNMP Jong Yul Kim
Network Administration Procedures Tools –Ping –SNMP –Ethereal –Graphs 10 commandments for PC security.
1 SNMP Simple Network Management Protocol. 2 SNMP Overview Define mechanism for remote management of network devices (routers, bridges, etc.) Fundamental.
Implementing ISA Server Caching. Caching Overview ISA Server supports caching as a way to improve the speed of retrieving information from the Internet.
Polaris Financial Technologies Welcomes the members of Hyderabad chapter for the 2nd event on 4 th July 14 held by PACE (The Testing Practice)
Dr Alejandra Flores-Mosri Network Monitoring Internet Management & Security 06 Learning outcomes At the end of this session, you should be able to: –Explain.
SNMP Simple Network Management Protocol
Guide to TCP/IP, Third Edition Chapter 11: Monitoring and Managing IP Networks.
SNMP Monitoring with Kaseya IT Managed Services Defined.
Copyright Kenneth M. Chipps Ph.D. How to Use SNMP to Collect Network Data Last Update
MIB Browser Watch your Network on the move. Product Overview SNMP MIB Browser for iOS enables the user to browse/view the MIB data of SNMP enabled network.
ICONICS Worldwide Customer Summit – September 2006 Jim Desrosiers SNMP Data Mining for IT Connectivity.
Requirements Management Services Requirements Management JobScheduler SNMP Support Information for Interested Parties Information for Interested Parties.
SNMP (Simple Network Management Protocol) Jon Sevy Geometric and Intelligent Computing Laboratory Department of Mathematics and Computer Science Drexel.
ENS 1 SNMP M Clements. ENS 2 Simple Network Management Protocol Manages elements in networks – E.g. routers, switches, IP phones, printers etc. Uses manager.
SNMP Configuration Manager Elad Dolev Sagi Rodin Supervisor – Zeev Schneider Project Manager – Ilana David Technion Institute of Technology, Haifa.
Chapter 2  Overview of Network Management 1 Chapter 2 Overview  Why is network mgmt necessary?  Network managers job  Network management vocabulary.
HiVision SNMP Software.
Emanuele Pasqualucci Extending AppManager Monitoring with the SNMP Toolkit.
1. 2 How do I verify that my plant network is OK? Manually: Watch link lights and traffic indicators… Electronically: Purchase a SNMP management software.
SNMP ( Simple Network Management Protocol ) based Network Management.
ZENworks for Servers Presenter Name Title Directory-Enabled Management Novell is a leader in Directory-Enabled Workstation management, and we are now.
1 Kaseya Advanced Workshop Developed by Kaseya University Powered by IT Scholars Kaseya Version 6.2 Last updated on June 25, 2012 DAY TWO.
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Real Time ACD Package DIGITAL COMMUNICATIONS PLATFORM Digital Communications Platform.
Basic tasks that fall under this category are: What is Network Management? Fault Management Dealing with problems and emergencies in the network (router.
1 © 1999 BMC SOFTWARE, INC. 2/10/00 SNMP Simple Network Management Protocol.
DP&NM Lab. POSTECH, Korea - 1 -Interaction Translation Methods for XML/SNMP Gateway Interaction Translation Methods for XML/SNMP Gateway Using XML Technologies.
BAI513 - PROTOCOLS SNMP BAIST – Network Management.
Network Management Tool Amy Auburger. 2 Product Overview Made by Ipswitch Affordable alternative to expensive & complicated Network Management Systems.
EPICS devSNMP Extensions Euan Troup, CSIRO Australia Telescope National Facility ASKAP Project Paul Wild Observatory.
1 Network Management: SNMP The roots of education are bitter, but the fruit is sweet. - Aristotle.
A powerful network monitoring system
APRICOT 2008 Network Management Taipei, Taiwan February 20-24, 2008 Introduction to SNMP.
CCNA4 v3 Module 6 v3 CCNA 4 Module 6 JEOPARDY K. Martin.
Network Management  introduction  Internet SNMP: Simple Network Management Protocol  required reading: section 7.3 in text.
IPS Infrastructure Technological Overview of Work Done.
Text Overview of SNMP, FTP, Telnet. Text Overview of SNMP.
Topic 11 Network Management. SNMPv1 This information is specific to SNMPv1. When using SNMPv1, the snmpd agent uses a simple authentication scheme to.
Network Management Workshop June 2009 Papeete, French Polynesia
Simple Network Management Protocol
released for field test training
Overview – SOE Net-SNMP v
Overview – SOE Net-SNMP v5.7.3
14. Network Management System (NMS)
APRICOT 2008 Network Management Taipei, Taiwan February 20-24, 2008
Lec 5: SNMP Network Management
SNMP M Clements ENS.
Network Management Workshop November 2009 Nadi, Fiji
SNMP M Clements ENS.
Network Management Workshop June 2009 Papeete, French Polynesia
SANOG 10 Workshop August New Delhi, India
System and Network Management
SNMP M Clements ENS.
Chapter 8: Monitoring the Network
CT 1306 Communication Networks Management Lab
Network Management Workshop intERlab at AIT Thailand March 11-15, 2008
SNMP (Simple Network Management Protocol) based Network Management
Requirements and Approach
Chapter 5 SNMP Management
Requirements and Approach
Chapter 5 SNMP Management
Simple Network Management Protocol
Presentation transcript:

SNMP auto LVS balancing Jason Liptak

Overview SNMP overview Network Setup Solution Lessons Learned Future 5/4/2011Jason Liptak 2

SNMP – purpose Monitor Network ▫Servers, Switches, Printers, etc. Change network remotely Community strings to access ▫Public / Private ▫Plain text Version 3 ▫Added security 5/4/2011Jason Liptak 3

SNMP - Implementation Agents running on devices to respond Management information base (MIBs) ▫Describe structure layout of information ▫Tree layout via numbers specify object identifiers (OID) Messages ▫Get(Request/NextRequest/BulkRequest) ▫SetRequest ▫Response 5/4/2011Jason Liptak 4

Goal Using SNMP information ▫Change load balance of LVS ▫Preemptive load balancing ▫Extendable design to other MIBs 5/4/2011Jason Liptak 5

LVS -Access to internet -Access to local -Polls SNMP Server 2 -Access to local -Running SNMP -Running Web Service Server 1 -Access to local -Running SNMP -Running Web Service 5/4/2011Jason Liptak 6

Solution - Scripts Schedule balance script to run ▫“at –f script now+1min” Python script to monitor and modify ▫Change ipvsadm ▫Poll SNMP ▫Parse SNMP SNMP parsing method ▫Dictionary tree 5/4/2011Jason Liptak 7

Solution - Calculation Processor usage determines load ▫Large requests going to one server ▫Remotely accessing one server ▫Processor not running efficiently Simple calculation ▫(100 – processor usage) Sample calculation, easy to change via scripts 5/4/2011Jason Liptak 8

Lessons Learned Needed better SNMP parsing ▫More efficient structure and parsing ▫Ability to aggregate OID sections SNMP overhead ▫Specific subsections have unneeded information 5/4/2011Jason Liptak 9

Future Calculations on more SNMP data ▫Memory ▫Interface speed ▫Processes See SNMP overhead ▫Depends on targeted OIDs Real test ▫Put in real world work loads and set up 5/4/2011Jason Liptak 10