Mantychore software provides a set of operations to apply IP configurations;
- To configure a IP address in an subinterface, type:
Code Block |
---|
ipv4:setIP router:junos20 fe-0/1/2.0 192.168.1.1 255.255.255.0 |
- To get the configuration from a router resource:
Code Block |
---|
ipv4:list router:junos20 |
- To set a description on an interface
Code Block |
---|
ipv4:setInterfaceDescription router:junos20 fe-0/1/2.0 "Interface description" |