思科3560配置命令

interface g0/1
no switchpor
ip address 172.16.20.4 255.255.255.0

Username cisco password cisco
Line vty 0 4
Login local
请帮忙写下命令,可以的话并略作解释,领第一句go/1是否要加模块,为两个模块口中的第一个?

1:进入特权模式 enable
switch>enable
switch#

2:进入全局配置模式 configure terminal
switch>enable
switch#c onfigure terminal
switch(conf)#

3:交换机命名 hostname aptech2950

switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch-2950
aptech2950(conf)#

4:配置使能口令 enable password cisco

switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch2950
aptech2950(conf)#enable password cisco

5:配置使能密码 enable secret ciscolab

switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch2950
aptech2950(conf)#enable secret ciscolab

6:设置虚拟局域网vlan 1 interface vlan 1
switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch2950
aptech2950(conf)#interface vlan 1
aptech2950(conf-if)#ipaddress 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码
aptech2950(conf-if)#noshut 是配置处于运行中
aptech2950(conf-if)#exit
aptech2950(conf)#ipdefault-gateway 192.168.254 设置网关地址

7:进入交换机某一端口 interface fastehernet 0/17 以17端口为例
switch>enable
switch#c onfigure terminal
switch(conf)#hostnameaptch2950
aptech2950(conf)#interface fastehernet 0/17
aptech2950(conf-if)#

8:查看命令 show
switch>enable
switch#show version 察看系统中的所有版本信息
showinterface vlan 1 查看交换机有关ip 协议的配置信息
showrunning-configure 查看交换机当前起作用的配置信息
showinterface fastethernet 0/1 察看交换机1接口具体配置和统计信息
showmac-address-table 查看mac地址表
showmac-address-table aging-time 查看mac地址表自动老化时间

9:交换机恢复出厂默认恢复命令
switch>enable
switch#erase startup-configure
switch#reload
温馨提示:内容为网友见解,仅供参考
第1个回答  推荐于2017-10-04
interface f0/1 进入交换机1口的配置模式下。前面的0是整个交换机接口模块的编号。
no switchport 将接口设置被三层模式,模式是二层模式。
ip address 172.16.20.4 255.255.255.0 配置接口IP

Username cisco password cisco 建立本地用户及登陆密码
Line vty 0 4 进入VTY接口0 到4口配置模式,对用上面那个cisco cisco

注意:VTY是路由器的远程登陆的虚拟端口,0 4表示可以同时打开5个会话,说白点就是TELNET用的口追问

就按上面的输入就行了吗? 我看了下g0/1应该是模块那个口吧 上联口。Login local
这个呢什么意思
本人没设置过。希望能麻烦得到具体代码

追答

login local 意思就是用上面创建的本地用户及密码:cisco cisco
首先要进到配置模式才能配置:
enable 进特权模式
conf t 进配置模式
敲下面的命令:
interface g0/1
no switchpor
ip address 172.16.20.4 255.255.255.0
exit

Username cisco password cisco

Line vty 0 4
Login local

本回答被提问者采纳

请问思科cisco 3560配置命令讲解 cisco的几个配置模式
思科cisco 3560配置命令讲解:cisco的几个配置模式 switch> 命令行模式;config#特权模式一、配置交换机vlan模式;有两种方式第一种:config#vlan ID 这里的ID是需要你个人给要划分的vlan起的编号config-if#name 名字switch#show vlan brief 查看vlan 用来检验是否配置成功第二种:switch#vlan database 交换...

“思科3560交换机”里怎么查看某个“vlan池”里面“ip地址”的分配情况...
思科3560交换机划分vlan的方法:用CONSOLE控制线或TELNET命令连接交换机。输入用户名密码登陆交换机。进入配置界面后输入命令:config t并回车进入配置模式。在配置模式输入:VLAN 100(创建VLAN 100)并回车。输入:interface vlan 100(进入VLAN100)。进入VLAN后,输入:ip add 172.16.1.1 255.255.255...

思科3560配置命令
aptech2950(conf-if)#noshut 是配置处于运行中 aptech2950(conf-if)#exit aptech2950(conf)#ipdefault-gateway 192.168.254 设置网关地址 7:进入交换机某一端口 interface fastehernet 0\/17 以17端口为例 switch>enable switch#c onfigure terminal switch(conf)#hostnameaptch2950 aptech...

思科cisco 3560配置命令讲解 cisco的几个配置模式-搜狗输入法_百度知 ...
下载地址:http:\/\/pinyin.37moyu.com\/  思科cisco 3560配置命令讲解:cisco的几个配置模式 switch> 命令行模式;config#特权模式一、配置交换机vlan模式;有两种方式第一种:config#vlan ID 这里的ID是需要你个人给要划分的vlan起的编号config-if#name 名字switch#show vlan brief 查看vlan 用来检验是否...

思科cisco 3560配置命令讲解 cisco的几个配置模式
欲了解更多或立即下载,请访问https:\/\/sogou.37moyu.com\/  思科cisco 3560配置命令讲解:cisco的几个配置模式 switch> 命令行模式;config#特权模式一、配置交换机vlan模式;有两种方式第一种:config#vlan ID 这里的ID是需要你个人给要划分的vlan起的编号config-if#name 名字switch#show vlan brief ...

思科cisco 3560配置命令讲解 cisco的几个配置模式-搜狗输入法_百度知 ...
http:\/\/pinyin.37moyu.com\/  思科cisco 3560配置命令讲解:cisco的几个配置模式 switch> 命令行模式;config#特权模式一、配置交换机vlan模式;有两种方式第一种:config#vlan ID 这里的ID是需要你个人给要划分的vlan起的编号config-if#name 名字switch#show vlan brief 查看vlan 用来检验是否配置成功第...

CISCO3560怎样配置支持组播
步骤1 在全局模式下启用第三层多播路由选择功能: Switch(config)# ip multicast-routing 步骤2 在需要支持多播的接口上启动PIM:Switch(config)# ip pim [dense-mode | sparse-mode | sparse-dense-mode]步骤3 (可选)如果运行的是PIM稀疏模式-密集模式,则配置PR。可对Cisco IOS软件进行配置,使...

思科3560 用什么命令配置 镜像端口???
1、 定义源端口 Monitor session {session-number} source {interface interface-number | vlan vlan-ID} [rx|tx|both]2、 定义目的端口 Monitor session {session-number} destination {interface interface-number | vlan vlan-ID} [rs|tx|both]举例:把g0\/12的收到的流量镜像到g0\/24去 Moni...

思科3560交换机配置vlan
思科3560交换机划分vlan的方法:1、用console控制线或telnet命令连接交换机。2、输入用户名密码登陆交换机。3、进入配置界面后输入命令:config t并回车进入配置模式。4、在配置模式输入:vlan 100(创建vlan 100)并回车。5、输入:interface vlan 100(进入vlan100)。6、进入vlan后,输入:ip add 172....

如何设置思科3560的VLAN并设置IP范围
1、安装完成之后打开该软件,进入软件配置主界面。2、单击Cisco交换机3560进入“CLI”界面,输入“enable”命令进入特权配置模式。并输入“vlan database”命令进入vlan配置模式。3、接着,进入vlan的配置模式后,输入命令“?”,可以查看当前模式下有哪些命令是可以使用的。4、开始为cisco交换机添加一个...

相似回答