麻烦问一下,我的是MSR3600 刷了系统以后,怎么设定这个设备的IP地址啊?用啥命令?我是小菜鸡,看了说明书,没闹明白 - -
(0)
最佳答案
可以设置物理接口的IP地址
interface g1/0/1
ip address 192.168.1.1 24
或者划分vlan
全局创建vlan
vlan虚接口下配置网关地址
然后接口下划分到对应vlan下
(0)
****************************************************************************** * Copyright (c) 2004-2023 New H3C Technologies Co., Ltd. All rights reserved.* * Without the owner"s prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** Line aux0 is available. Press ENTER to get started. <H3C>%Jan 6 21:58:31:250 2011 H3C SHELL/5/SHELL_LOGIN: TTY logged in from aux0. <H3C>interface g1/0/1 ^ % Unrecognized command found at "^" position. <H3C>interface g1/0/1 ^ % Unrecognized command found at "^" position. <H3C>system-view System View: return to User View with Ctrl+Z. [H3C]interface g1/0/1 ^ % Wrong parameter found at "^" position. [H3C]int g1/0/1 ^ % Wrong parameter found at "^" position. [H3C]ip address 192.168.1.1 24 ^ % Unrecognized command found at "^" position. [H3C]
好像不太对呀~
您好,默认都是三层接口,直接配置地址即可
参考命令
int g1/0/1
ip address 192.168.1.1 24
(0)
哥,好像不太对啊~
****************************************************************************** * Copyright (c) 2004-2023 New H3C Technologies Co., Ltd. All rights reserved.* * Without the owner"s prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** Line aux0 is available. Press ENTER to get started. <H3C>%Jan 6 21:58:31:250 2011 H3C SHELL/5/SHELL_LOGIN: TTY logged in from aux0. <H3C>interface g1/0/1 ^ % Unrecognized command found at "^" position. <H3C>interface g1/0/1 ^ % Unrecognized command found at "^" position. <H3C>system-view System View: return to User View with Ctrl+Z. [H3C]interface g1/0/1 ^ % Wrong parameter found at "^" position. [H3C]int g1/0/1 ^ % Wrong parameter found at "^" position. [H3C]ip address 192.168.1.1 24 ^ % Unrecognized command found at "^" position. [H3C]
哥,好像不太对啊~
各位大佬,好像不太对啊~
******************************************************************************
* Copyright (c) 2004-2023 New H3C Technologies Co., Ltd. All rights reserved.*
* Without the owner"s prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
******************************************************************************
Line aux0 is available.
Press ENTER to get started.
<H3C>%Jan 6 21:58:31:250 2011 H3C SHELL/5/SHELL_LOGIN: TTY logged in from aux0.
<H3C>interface g1/0/1
^
% Unrecognized command found at "^" position.
<H3C>interface g1/0/1
^
% Unrecognized command found at "^" position.
<H3C>system-view
System View: return to User View with Ctrl+Z.
[H3C]interface g1/0/1
^
% Wrong parameter found at "^" position.
[H3C]int g1/0/1
^
% Wrong parameter found at "^" position.
[H3C]ip address 192.168.1.1 24
^
% Unrecognized command found at "^" position.
[H3C]
(0)
系统模式下操作的 system-view dis ip in b 先查看接口ip 然后再进入到接口下配置ip
系统模式下操作的 system-view dis ip in b 先查看接口ip 然后再进入到接口下配置ip
<H3C>system-view //进入系统模式
[H3C]dis ip int brief // 查看接口编号
[H3C]int g 0/0 //进入对应编号
[H3C-GigabitEthernet0/0]ip address x.x.x.x 24 // 配置地址
二层模式:
<H3C>system-view //进入系统模式
[H3C]vlan 10
[H3C-vlan10]int vlan 10
[H3C-Vlan-interface10]ip address 192.168.1.1 24
[H3C]int g 0/1
[H3C-GigabitEthernet0/1] port access vlan 10
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
好像不太对呀~