Cn matrix IP route issue.

I cannot configure the IP routing of EX-2010-P model.

What is the correct information for Destination Network??

I filled the 192.168.1.0 that it was showing error. As Below


Furthermore, how can I save the ip route setting? I tried a few times, 

But the setting did not change. 

My local network setting:

IP of EX-2010-P: 192.168.1.209

Subnet mask: 255.255.255.0

Gateway: 192.168.1.254

1 Like

Hi,

I am not clear about your question.

Do you want to assign an IP address 192.168.1.x to VLAN 1?

Here's an example to assign 192.168.1.101 to vlan 1:

config terminal

interface vlan 1

no ip address

ip address 192.168.1.101 255.255.255.0

To add a static route:

config terminal

ip route 192.168.1.0 255.255.255.0 <next-hop ip>

To save the configuration in flash:

copy running-config startup-config