Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mgparser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mgparser

  • 0.1.14
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

MGParser

MGParser (MGP) is a tool which makes analysis of Mediatrix ISDN gateways debug a much simpler task.

Prerequisites

  • Mediatrix 4400 series media gateway (3000 also should be fine) with firmware version DGW2.0
  • Ruby 1.8.7/1.9.2

Getting Started

Before starting mgparser ensure that there is no firewall enabled on your Mediatrix unit or that there is a rule which will accept incoming connections on it's SNMP port (default is 161 but you can provide a different one with -s PORT option). You can find Mediatrix firewall settings in Network-->Local Firewall menu. You should also check that the syslog level is set to "Warning" or above for all services, if you have factory default settings this should already be OK.

Update your rubygems:

sudo gem update --system

Install mgparser:

sudo gem install mgparser

To start mgparser just type:

sudo mgparser -i ip_of_your_Mediatrix_unit

If you want to analyze a log file instead of making live debug you can type:

mgparser -l path/to/your/log/file


Usage: mgparser [options]

Specific options:
    -p, --port PORT                  Port number on which receive syslog (default is 514)
    -s, --snmpport PORT              Media Gateway SNMP port number (default is 161)
    -i, --ipaddr IPADDR              Media Gateway IP address
    -l, --logfile LOGFILE            Log file to analyze

Common options:
    -h, --help                       Show this message
        --version                    Show version

FAQs

Package last updated on 15 May 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc