Forgot password?
 Register now

Welcome to use this form to feedback your problems with Ruijie Community

The category of your feedback

Your Feedback

Your Email address (optional):

How to configure a management ip address through Cli command on Ruijie Switch? Reply

GTAC-Harvey

Level 1

How to configure a management ip address through Cli command on Ruijie Switch?
8021 0 2022-2-20 19:24:12
Original

Creating a Management IP Address

The SVI and router port address can be used as the management address of the layer 3 switch.


Layer 3 Switch:

The address of a layer-3 switch can be configured for management or communication, for example, as the gateway for a user.


Configuration Method 1:

Ruijie>enable

Ruijie#configure terminal

Ruijie(config)#interface vlan 10

Ruijie(config-if-VLAN 10)#ip address 192.168.1.1 255.255.255.0

Ruijie(config-if-VLAN 10)#end

Ruijie#write


Notice: To configure the address for VLANs other than VLAN 1 in interface configuration mode, create the corresponding VLAN first; otherwise, a failure prompt is displayed.

Configuration Method 2:

Ruijie>enable

Ruijie#configure terminal

Ruijie(config)#int GigabitEthernet 1/1

Ruijie(config-if-GigabitEthernet 1/1)#no switchport------>configure the port as layer 3 port before configuring ip address

Ruijie(config-if-GigabitEthernet 1/1)#ip add 192.168.16.1 255.255.255.0

Ruijie(config-if-GigabitEthernet 1/1)#end

Ruijie#write------>save configuration after checking.


Verification

Ruijie#show ip int brief

Interface                     IP-Address(Pri)          IP-Address(Sec)   Status       Protocol

GigabitEthernet 1/1           192.168.16.1/24        no address          up          up

VLAN 10                        192.168.1.1/24         no address          up          up

VLAN 100                      192.168.100.1/24      192.168.10.1/24   up          up



There are no replies.
Related Posts
Product Model

Share this topic to

Cancel

This site contains user submitted content, comments and opinions and is for informational purposes only. Ruijie may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Ruijie can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Ruijie disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the Ruijie Community Terms of Use.

More ways to get help: Visit Support Videos, call us via Service Hotline, Facebook or Live Chat.

©2000-2023 Ruijie Networks Co,Ltd