Giter VIP home page Giter VIP logo

Comments (3)

ajbalogh avatar ajbalogh commented on July 19, 2024

All the level settings are configured under the isis interface, not the router.
The following is some code that shows where in the hierarchy the LevelType can be found.

from ixnetwork_restpy.testplatform.testplatform import TestPlatform


testplatform = TestPlatform('127.0.0.1')
sessions = testplatform.Sessions.add()
ixnetwork = sessions.Ixnetwork
topology = ixnetwork.Topology.add()
ethernet = devicegroup.Ethernet.add()
isisl3 = ethernet.IsisL3.add()
leveltype = isisl3.LevelType
testplatform.info(leveltype)

from ixnetwork_restpy.

skayres avatar skayres commented on July 19, 2024

Yes, by this way I can get access to LevelType for read. But how to set attribute 'LevelType' ?

print('Isis level type:')
print (isis_1.LevelType)

isis_1.LevelType='level1'
Isis level type:
level2
Traceback (most recent call last):
  File "ixia_isis_setup_rest.py", line 117, in <module>
    isis_1.LevelType='level1'
AttributeError: can't set attribute

The same question about 'EnableWideMetric' atribute of IsisL3Router class.

from ixnetwork_restpy.

skayres avatar skayres commented on July 19, 2024

Sorry my dummy questions.

isis_1.LevelType.Single('level1')

from ixnetwork_restpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.