Configure vJunosEvolved on KVM
Read this topic to understand the connections and configurations of the vJunosEvolved instances deployment on KVM
Connect to vJunosEvolved
Telnet to the serial console number specified in the XML file to connect to vJunosEvolved. See details provided in the example below:
# telnet localhost 8610 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. root@:~ # cli root>
Configure vJunosEvolved Channelization Interfaces
The vJunosEvolved configurations are the same as the hardware configurations in Junos Evolved CLI.
If channelization of WAN interfaces is required, then boot argument “channelized=yes” must be specified in the XML configuration and the interfaces speed should be configured at Junos Evolved CLI. Sample configuration shown below:
Run the set interfaces et-0/0/0 speed 25g number-of-sub-ports 8 command.
[edit] # set interfaces et-0/0/0 speed 25g number-of-sub-ports 8 > show interfaces terse Interface Admin Link Proto Local Remote et-0/0/0:0 up up et-0/0/0:0. 16386 up up inet multiservice et-0/0/0:1 up up et-0/0/0:1.16386 up up multiservice et-0/0/0:2 up up et-0/0/0:2.16386 up up multiservice et-0/0/0:3 up up et-0/0/0:3.16386 up up multiservice et-0/0/0:4 up up et-0/0/0:4.16386 up up multiservice et-0/0/0:5 up up et-0/0/0:5.16386 up up multiservice et-0/0/0:6 up up et-0/0/0:6.16386 up up multiservice et-0/0/0:7 up up et-0/0/0:7.16386 up up multiservice
You can specify the number of sub ports under a WAN interface to channelize. The default number of non-channelized ports is 12 (et-0/0/0 to et-0/0/11), but you can channelize each interface with 8 sub-ports at 25G speed. You must have this Junos Evolved CLI configuration when channelized option is set to "yes" in the XML. Otherwise, traffic won’t pass through.
Physical Port |
Ports |
Speed |
---|---|---|
et-0/0/0:0 to et-0/0/0:7 |
8 |
8x25G |
et-0/0/1:0 to et-0/0/1:7 |
8 |
8x25G |
et-0/0/2:0 to et-0/0/2:7 |
8 |
8x25G |
et-0/0/3:0 to et-0/0/3:7 |
8 |
8x25G |
et-0/0/4:0 to et-0/0/4:3 |
4 |
4x25G |
et-0/0/5 |
0 |
shutdown |
et-0/0/6:0 to et-0/0/6:3 |
4 |
4x25G |
et-0/0/7 |
0 |
shutdown |
et-0/0/8:0 to et-0/0/8:7 |
8 |
8x25G |
et-0/0/9:0 to et-0/0/9:7 |
8 |
8x25G |
et-0/0/10:0 to et-0/0/10:7 |
8 |
8x25G |
et-0/0/11:0 to et-0/0/11:7 |
8 |
8x25G |
Configure the Media MTU
You can configure the media maximum transmission unit (MTU) in the range 288 through 16000. MTU values outside the above mentioned range are rejected.
You must configure the MTU by including the MTU statement at the [edit interface interface-name] hierarchy level.
Configure the MTU.
[edit] user@host# set interface et-0/0/0 mtu <mtu>
The maximum supported MTU value is 16000 bytes.
For example:
[edit] user@host# set interface et-0/0/0 mtu 16000