Path: csiph.com!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Aaron Christensen Newsgroups: comp.lang.python Subject: Re: Network Simulator Date: Wed, 24 Feb 2016 14:27:06 -0500 Lines: 14 Message-ID: References: <3fb8c52b-4d7c-474d-bef9-26a0a24b1d77@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de iytlYPVTDH+Mih9DJo4zDAQQXqPk8JyRdDO22iHsurLQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'yet.': 0.03; 'cc:addr :python-list': 0.09; 'scripts': 0.09; 'received:209.85.218': 0.10; 'python': 0.10; 'python.': 0.11; '2016': 0.16; '23,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'python?': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'feb': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'consisting': 0.29; "i'm": 0.30; 'url:mailman': 0.30; 'creating': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'why': 0.39; 'sure': 0.39; 'url:mail': 0.40; 'devices': 0.61; 'management': 0.64; 'benefit': 0.66; 'subject:Network': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wIqauisMrGjohOTbf/h0/dgjMXk1Yi3LITa2oLaxhg0=; b=HTc7hYG9AO9F2kVZ4hq44BKUaLgGUf3N1woYHTPs1CbOsir+ClJPJ5OFanHRVvM1ON esXcW4fSTBKI/Vm8nm1MmvMiZfAaogpDYzNqwGIh32XVNVwz1/cF24oJNytf5EMCIzwy HlpG3NDMoMMiATzM76Z+6TEKjF3155cMBbetFUGqHSpn3iJnqOcsg1kXO1IJ5h+FvA99 jszEBeNs2J61hurKMM6wNfaNDPSV33lO286lXft6v/XXEY6TLL9LbOq91Dnbc5d6jclp EYYpEADljSjkkJ06n4WW5FBkH7As6yL4LKdrglqIFgIP9GsCdzvRttrgErpiPQZlhz9d BwHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wIqauisMrGjohOTbf/h0/dgjMXk1Yi3LITa2oLaxhg0=; b=E+mD/xTbHXpMWlm8/PWZJ+2oonAbamZZVtpMegVs339ED1ImVoQHbj5bHA9u2TBs+E M7v7cS7ad0La3qPjmWcSJu8vJp1OIykO9dFOzBC4IB89F9ljb7wdd3ZcM/pBHORAQGHG XBhbUEIKAlNH+x2e5UhkPDuplEPU5ggVQBkRIkHKQIh2ouUw+T9XxeAjIMidqf6Y0SVf H8+1RbOPcCPuOlcwd0r/lxsEwkPbZmjeaalKy3Pv7r5Du91cKdlkUbFhYdHvDaGaXPIz 2R21zi/WZlh6Rq8NsHuOAAMVvl5zyn+wQTc99JIA78Hi8aOKb9tejtzng3k2EOQ72cBh hi1g== X-Gm-Message-State: AG10YOQB5NCJd57IuaQU1LFWLPae+ANKSOsgoGeD5d/dSShPgQfJyDy0VOC2WBWZdmxZGYaEXDBH1TZuaVxTHA== X-Received: by 10.202.203.68 with SMTP id b65mr32177082oig.128.1456342027081; Wed, 24 Feb 2016 11:27:07 -0800 (PST) In-Reply-To: <3fb8c52b-4d7c-474d-bef9-26a0a24b1d77@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.21rc2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103456 On Feb 23, 2016 9:55 PM, "nikhil amraotkar" wrote: > > Hi...I need help to design a network simulator consisting for 5 routers in python...Any help would be appretiated... > Thanks.. > -- > https://mail.python.org/mailman/listinfo/python-list What is the purpose for designing it in Python? I'm a network engineer and use GNS3 and Packet Tracer. I could see the benefit of creating Python scripts to manage networking devices but not sure why you would want to use Python. I use Python to generate configuration scripts but haven't used it for any management yet.