All the RansNet hardware comes with Ethernet interfaces and each interface by default is in routing/Layer-3 mode. If you onboarded the device using default template, the ethernet interfaces will automatically appear on the setting.
Below is a list of common settings available for all interfaces:
enable or disable
ip address setting (mbox support multiple IP addresses per physical or logical interface, for both IPv4 and IPv6 addresses).
MAC address setting. It is possible to change the default MAC address of each interface. Only do this for a specific reason that you’re fully aware of.
MTU size
duplex and speed (physical interface only)
By default, if you onboarded the device using a standard template or have imported CLI, the ethernet interfaces will be shown automatically on the GUI.
Go to "ORCHESTRATOR --> Configuration", click on "Gateway Device" or "Branch Device" depending on the device you're configuring.
Click on the target device MAC address to enter into device edit menu, "Network --> Interfaces" to see the list of existing interfaces.
To add new ethernet interface (if not using default template), click on "Add Interface", Select "Ethernet"
Once you are in the interface editing mode, you can configure respective items, save and apply config once done.
Below are the steps to configure ethernet interfaces using CLI
Access to router CLI
Identify the interface that you wish to configure
Enter into interface configuration mode and change specific settings
SUMMARY STEPS (ETHERNET)
enableconfigureinterface ethnumberspeed speed (10/100/1000) duplex auto/full/half enable (no enable)ip address ip_address/prefix (no ip address ip_address/prefix)mtu new_mtu_sizeCONFIGURATION EXAMPLES
!interface eth0 !optional. default auto speed 1000 duplex auto !optional. default 1500 mtu 1300 enable !can configure multiple IP to the same interface ip address 61.13.198.166/30!ip default-gateway 203.128.19.103!