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