<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; 交换机</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E4%BA%A4%E6%8D%A2%E6%9C%BA/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>锐捷交换机基本配置</title>
		<link>https://www.osyunwei.com/archives/15354.html</link>
		<comments>https://www.osyunwei.com/archives/15354.html#comments</comments>
		<pubDate>Fri, 28 Feb 2025 09:15:33 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Switch]]></category>
		<category><![CDATA[交换机]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15354</guid>
		<description><![CDATA[1、配置ip地址、子网掩码、默认网关 锐捷交换机通常需要将物理接口分配到一个 VLAN，并在对应的 VLAN 接口上配置 IP 地址。 #查看型号 show version #进入特权模式 enable #进入全局配置模式 configure terminal #查看所有接口的状态 show interfaces status #查看 GigabitEthernet 0/0 的详细信息 show interface GigabitEthernet 0/0 #创建 VLAN 接口 vlan 10 name VLAN10 exit #将接口分配到 VLAN 10 interface GigabitEthernet 0/0 switchport access vlan 10 no shutdown exit #配置 VLAN 接口 IP 地址 interface Vlan [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15354.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15354.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>华为eNSP模拟器配置交换机与真实外网相互访问</title>
		<link>https://www.osyunwei.com/archives/14522.html</link>
		<comments>https://www.osyunwei.com/archives/14522.html#comments</comments>
		<pubDate>Tue, 10 Sep 2024 09:35:30 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[交换机]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14522</guid>
		<description><![CDATA[知识储备： 1、华为企业网络仿真平台eNSP模拟器安装使用教程 https://www.osyunwei.com/archives/12089.html 2、华为交换机基本配置案例 https://www.osyunwei.com/archives/12238.html 需求： 在局域网内的一台Windows上安装华为的eNSP模拟器，创建一台交换机让局域网内的其他的电脑能够远程访问这台交换机，并且让这台交换机能够连接到真实网络环境。 1、设置VMware Workstation Pro转发 选择VMnet8 交换机的ip地址：192.168.8.254/24 网关：192.168.8.2 把本机的22端口映射到eNSP模拟器里面的交换机上 2、在eNSP模拟器选择其它设备，拖动Cloud到中间的拓扑中 3、绑定信息：UDP 端口类型：Ethernet 点增加 4、绑定信息：选择VMnet8 端口类型：Ethernet 点增加 5、端口映射设置 端口类型：Ethernet 入端口编号：1 出端口编号：2 勾选：双向通道 点增加，设置好后关闭窗口 6、在eNSP模拟器选择交换机，拖动S5700到中间的拓扑中 7、在eNSP模拟器选择连线设备，点一下Auto图标，然后把鼠标移动到交换机上，再把鼠标移动到Cloud上，用线把它们连接起来 8、配置交换机 选中交换机图标，右键选择启动，然后双击进入到交换机控制台 8.1设置ip地址 undo terminal monitor #关闭日志提示 system display port vlan interface Vlanif 1 ip address 192.168.8.254 255.255.255.0 #设置ip地址 display interface Vlanif 1 #查看ip地址 8.2设置网关 ip [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14522.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14522.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>华为交换机基本配置案例</title>
		<link>https://www.osyunwei.com/archives/12238.html</link>
		<comments>https://www.osyunwei.com/archives/12238.html#comments</comments>
		<pubDate>Sun, 22 May 2022 08:02:14 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Switch]]></category>
		<category><![CDATA[交换机]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12238</guid>
		<description><![CDATA[1、初次登录交换机 使用Console通信电缆（产品随设备附带）连接交换机与PC。若PC无串口，需要使用USB接口转串口的转接线。 PC上打开终端仿真软件，新建连接，设置连接的接口以及通信参数。 连接的接口请根据实际情况进行选择。例如，在Windows系统中，可以通过在“设备管理器”中查看端口信息，选择连接的接口。 交换机上的通信参数： 传输速率  9600bit/s 流控方式  不进行流控 校验方式  不进行校验 停止位  1 数据位  8 1.1登录交换机，出现下面的界面（S7700系列交换机） Connecting to COM4... Connected. Login authentication Username:admin Password:admin@huawei.com Warning: The default password poses security risks. The password needs to be changed. Change now? [Y/N]: y Please enter old password:admin@huawei.com Please enter new password:Admin@huawei.com Please confirm new password:Admin@huawei.com The password has been changed successfully. Info: [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12238.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12238.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix监控交换机设置</title>
		<link>https://www.osyunwei.com/archives/8063.html</link>
		<comments>https://www.osyunwei.com/archives/8063.html#comments</comments>
		<pubDate>Tue, 14 Oct 2014 07:58:32 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[交换机]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8063</guid>
		<description><![CDATA[说明： Zabbix监控服务端已经配置完成，现在要使用Zabbix对交换机进行监控。 具体操作： 以下操作在被监控的交换机上进行，这里以Cisco交换机为例。 一、登录到Cisco交换机，开启snmp服务 注意：使用telnet或者仿真终端登录到交换机特权配置模式 enable #切换到特权模式 configure terminal #进入全局配置模式 snmp-server community public ro #打开交换机snmp服务，设置团体名称为public，只读 snmp-server community cisco rw #打开交换机snmp服务，设置团体名称为cisco，读写 snmp-server enable traps #启用snmp陷阱 exit #退出全局配置模式 show run #查看当前配置信息 exit #退出特权模式 二、使用Getif查看交换机端口信息 下载Getif：http://www.wtcs.org/snmp4tpc/FILES/Tools/SNMP/getif/getif-2.3.1.zip 安装完成之后，打开软件 注意：Windows 7/8/8.1系统需要单击右键，选择以管理员身份运行，否则软件打开失败！ Host name：交换机ip地址 Read：public 其他默认 点Start 连接成功后如下图所示： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链 切换到interface选项卡，点Start连接后查看交换机所有的端口信息，并记录下来，如下图所示： 切换到MBrowser选项卡 选择iso-&#62;org-&#62;dod-&#62;internet-&#62;mgmt-&#62;mib-2-&#62;interface-&#62;ifTable-&#62;ifEntry-&#62;ifInOctets 点Start 连接成功后如下图所示： 注意： ifInOctets #交换机端口进流量 ifOutOctets [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8063.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8063.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
