So basically i have an HP server that comes with iLO dedicated port, but i only have 1 network port to use so i want to be able to use that 1 network port to use as in/out network traffic and also iLO traffic separately on different network
So lets say i want to be able to pass traffic for regular bandwidth traffic on 192.168.20.0/24 network and also will like to use iLO on 172.20.20.0/24 network
How do i configure that port on Juniper SRX240 router to be able to do this? SO the two network will pass through that 1 network port.
Below is what my current configuration looks like
ge-0/0/10 { unit 0 { family ethernet-switching { vlan { members vlan1; } } } }
vlan { unit 1 { family inet { address 192.168.20.1/24; } } unit 2 { family inet { address 172.20.20.1/24; } } }
Thanks