當前位置:首頁 » 存儲配置 » 思科3560交換機如何查看配置

思科3560交換機如何查看配置

發布時間: 2023-04-28 13:00:19

Ⅰ 思科3560,路由配置問題。

根據你給的資料我猛如漏隨便說說:路由器配置
首先在路由器接交換機的網口設ip地址:
ip address 10.216.94.53 255.255.255.252
然後在路由器上配置去往10.216.93.224(交換機設備網段)網段的靜態路橡蘆由:
ip route 10.216.93.224 255.255.255.240 10.216.94.54
交換機的配置
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#ip routing (啟用路由)
Switch(config)#interface fastethernet0/24 (進入與路由器連接的網口枝爛,配置ip)
switch(config-if)#no switchport
switch(config-if)#ip address 10.216.94.54 255.255.255.252
switch(config-if)#no shutdown
Switch(config)# vlan 20 (創建一個vlan)
switch(config)#interface vlan 20 (將vlan20 ip設為93.225即網關)
switch(config-if)#ip address 10.261.93.225 255.255.255.240
Switch(config)# interface fastethernet0/1 (把連接設備的網口劃歸vlan20)
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 20
Switch(config)# interface fastethernet0/2 (把連接設備的網口劃歸vlan20)
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 20
.
.
.
Switch(config)# interface fastethernet0/13 (把連接設備的網口劃歸vlan20)
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 20
Switch(config)#ip route 0.0.0.0 0.0.0.0 10.261.94.53 (最後配置去往路由器的默認路由)

Ⅱ 思科3560G如何開始配置

CiscoCatalyst3560G系列交換機配置:

咐蔽 特性 衡芹州 說明

3560E-24TD 24個乙太網10/100/1000埠和2個X2萬兆乙太網上行鏈路

3560E-24PD 24個乙太網10/100/1000埠,帶PoE,2個X2萬兆乙太網上行鏈路

3560E-48TD 48個乙太網10/100/1000埠和2個X2萬兆乙太網上行鏈路

3560E-48PD 48個乙太網10/100/1000埠,帶PoE,2個X2萬兆乙太網上行鏈路

3560E-48PD-F 48 個乙太網10/100/1000埠,每個埠支持15.4W PoE,2個X2萬兆 乙太網上行鏈路

Cisco®Catalyst®3560G系列交換機是一個企業級獨立式配線間交換機系列,支持安全融合應用的部署,並能根據網路和應用需求的發展,最大限度地保護投資。

通過將10/100/1000和乙太網供電(PoE)配置與萬兆乙太網上行鏈路相結合,CiscoCatalyst3560G能夠支持IP電話、無線和視頻等應用,提高了員工生首喚產率。

CiscoCatalyst3560G系列的主要特性:

  1. CiscoTwinGig轉換器模塊,將上行鏈路從千兆乙太網移植到萬兆乙太網。

  2. PoE配置,為所有48個埠提供了15.4WPoE 。

  3. 模塊化電源,可帶外部可用備份電源。

  4. 在硬體中提供組播路由、IPv6路由和訪問控制列表。

  5. 帶外乙太網管理埠,以及RS-232控制台埠

Ⅲ 思科3560G配置問題

這是設備的setup配置模式。
從上面的介面中選擇一個用來管理這個設備的氏亮介面,比如選擇fastethernet0/0,一定要寫全宴核局名,然後會讓你配置晌讓此介面的IP地址和子網掩碼。看例子:
開機後顯示:
% Please answer 'yes' or 'no'.
Would you like to enter the initial configuration dialog? [yes/no]: y

At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.

Basic management setup configures only enough connectivity
for management of the system, extended setup will ask you
to configure each interface on the system

Would you like to enter basic management setup? [yes/no]: y
Configuring global parameters:

Enter host name [Router]:SW1

The enable secret is a password used to protect access to
privileged EXEC and configuration modes. This password, after
entered, becomes encrypted in the configuration.
Enter enable secret: cisco

The enable password is used when you do not specify an
enable secret password, with some older software versions, and
some boot images.
Enter enable password: c

The virtual terminal password is used to protect
access to the router over a network interface.
Enter virtual terminal password: yuancheng
Configure SNMP Network Management? [yes]: y
Community string [public]:

Current interface summary

Any interface listed with OK? value "NO" does not have a valid configuration

Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned NO unset up up
Serial1/0 unassigned NO unset up down
Serial1/1 unassigned NO unset up down
Serial1/2 unassigned NO unset up down
Serial1/3 unassigned NO unset up down
FastEthernet2/0 unassigned NO unset up up

Enter interface name used to connect to the
management network from the above interface summary: fastethernet0/0 這是選擇的介面。

Configuring interface FastEthernet0/0:
Use the 100 Base-TX (RJ-45) connector? [yes]: y
Operate in full-plex mode? [no]: y
Configure IP on this interface? [yes]: y
IP address for this interface: 192.168.1.1
Subnet mask for this interface [255.255.255.0] :
Class C network is 192.168.1.0, 24 subnet bits; mask is /24

The following configuration command script was created:

hostname R1
enable secret 5 $1$uc9G$OJmYXA5u.x.xTwjy3.bCJ0
enable password c
line vty 0 4
password yuancheng
snmp-server community public
!
no ip routing

!
interface FastEthernet0/0
no shutdown
media-type 100BaseX
full-plex
ip address 192.168.1.1 255.255.255.0
!
interface Serial1/0
shutdown
no ip address
!
interface Serial1/1
shutdown
no ip address
!
interface Serial1/2
shutdown
no ip address
!
interface Serial1/3
shutdown
no ip address
!
interface FastEthernet2/0
shutdown
no ip address
!
end

[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.

Enter your selection [2]: 2
這是路由setup配置的過程,交換機類似,交換機只能給vlan 配置ip地址。如果是交換機,就用vlan1。不過一般不用這種配置方法,都用命令行模式,也就是開機選擇no。

Ⅳ 關於思科3560交換機的配置問題

請你仔細看我寫的內容,我為了測試你的東西花了一晚上。
===========================================================
首先,你錯誤的地方是電腦B的地址為10.96.9.254
VLAN也是LAN,其中的地址也應該在同一個網段,也就是說電腦B的地址應該改為與網關相同網段的地址10.96.40.254。或者緩模你把網關改成10.96.9.1,當然這樣改更麻煩一點。

但改完之後,對你的當前的配置來講,卻連VLAN100的IP 10.96.39.93都ping不通了。
你還要敲一條命令[全局模式]ip routing(開啟三層交換機的功能,實現vlan間路由)。
這樣所有VLAN都能互訪了。

然後,我給你講為什麼你那樣的配置居然還能ping通網關,ping通VLAN 100的IP。

因為:
1、電腦B在VLAN 2裡面,而不是VLAN 100裡面。
2、你沒有敲ip routing。三層交換機你居然用的是二層交換。。。
其實因為你沒敲ip routing,你的靜態路由是沒有用的,不然你show一下路由表。

===【詳解】===
電腦B在ping網關40.1的時候,會發送ARP請求,請求網關40.1的MAC地址,3560會回復它,然後繼續ping的過程。但3560不知道電腦B的MAC地卜或址(其實在電腦B請求的時候它知道,但沒有創建arp表項),它會在第一個擁有三層介面(也就是interface VLAN)並且active的VLAN裡面發送ARP請求。在你的情況中VLAN2正好是那個VLAN。如果你把它換成101在100後面,你就會發現不通了,因為3560會向VLAN100中發送ARP請求,而電腦B不在那裡面,所以不會回復,那3560就沒有電腦B的MAC地址,也就ping不通了。

而為什麼還能ping通VLAN100的IP呢

因為你show mac add的時候會發現,所有口(有的也不是)都是同一個MAC地址。
二層交換基於MAC地址,3560看到看到是自己的MAC會再查IP,交給上層,而39.93和40.1都是同一個MAC。電腦B的包它們都能收到,收到後會根據CAM表送回,也就是電腦B的介面。

至於電腦B為什麼ping不同電擾弊緩腦A,我想你是懂的。
===========================================================
開啟ip routing之後,所有VLAN都能通,這個的原理我想你懂吧

其實你的問題牽扯挺深的,我一開始以為你胡扯,地址都不在一個網段還能ping通網關?後來發現是因為沒有開啟ip routing。

實際上這是交換機的bug。

Ⅳ 關於思科3560交換機怎麼配置上網

cisco 3560 三層交換機vlan間路由配置
下面以實例說明如何在一個典型的快速以太區域網中實現VLAN。
所謂典型區域網就是指由一台具備三層交換功能的核心交換機接幾台分支交換機(不一定具備三層交換能力)。我們假設核心交換機名稱為:COM;分支交換機分
別為:PAR1、PAR2、PAR3,分別通過Port
1的光線模塊與核心羨梁搏交換機相連;並且假設VLAN名稱分別為COUNTER、MARKET、MANAGING……
需要做的工作:
1、設置VTP DOMAIN(核心、分支交換機上都設置)
2、配置中繼(核心、分支交換機上都設置)
3、創建VLAN(在server上設置)
4、將交換機埠劃入VLAN
5、配置三層交換
1、設置VTP DOMAIN。 VTP DOMAIN 稱為管理域。
交換VTP更新信息的所有交換機必須配置為相同的管理域。如果所有的交換機都以中繼線相連,那麼只要在核心交換機上設置一個管理域,網路上所有的交換機都加入該域,這樣管理域里所有的交換機就能夠了解彼此的兄祥VLAN列表。
COM#vlan database 進入VLAN配置模式
COM(vlan)#vtp domain COM 設置VTP管理域名稱 COM
COM(vlan)#vtp server 設置交換機為伺服器模式
PAR1#vlan database 進入VLAN配置模式
PAR1(vlan)#vtp domain COM 設置VTP管理域名稱COM
PAR1(vlan)#vtp Client 設置交換機為客戶端模式
PAR2#vlan database 進入VLAN配置模式
PAR2(vlan)#vtp domain COM 設置VTP管理域名稱COM
PAR2(vlan)#vtp Client 設置交換機為客戶端模式
PAR3#vlan database 進入VLAN配置模式
PAR3(vlan)#vtp domain COM 設置VTP管理域名稱COM
PAR3(vlan)#vtp Client 設置交換機為客戶端模式
注意:這里設置核心交換機為Server模式是指允許在該交換機上創建、修改、刪除VLAN及其他一些對整個VTP域的配置參數,同步本VTP域中其他交
換機傳遞來的最新的VLAN信息;Client模式是指本交換機不能創建、刪除、修改VLAN配置,也不能在NVRAM中存儲VLAN配置,但可同步由本
VTP域中其他交換機傳遞來的VLAN信息。
2、配置中繼為了保證管理域能夠覆蓋所有的分支交換機,必須配置中繼。
Cisco交換機能夠支持任何介質渣差作為中繼線,為了實現中繼可使用其特有的ISL標簽。ISL(Inter-Switch
Link)是一個在交換機之間、交換機與路由器之間及交換機與伺服器之間傳遞多個VLAN信息及VLAN數據流的協議,通過在交換機直接相連的埠配
置ISL封裝,即可跨越交換機進行整個網路的VLAN分配和進行配置。

Ⅵ 思科3560配置命令

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

Ⅶ 如何設置思科3560的VLAN並設置IP范圍

1、安裝完成之後打開該軟體,進入隱睜軟體配置主界面。

Ⅷ 思科3560交換機如何配置

能加設備不?能皮液瞎加的話就把二號樓的交燃空換機當傻瓜交換用,光纖埋仔傳遞,兩個端頭做光電轉。

如果不能加設備,建議你考慮重置1號交換機的密碼,然後正常連。

Ⅸ 「思科3560交換機」里怎麼查看某個「vlan池」裡面「ip地址」的分配情況

「思科3560交換則含機」里怎麼查看某個「vlan池」裡面「ip地址」的分配情況:

  1. Switch#sh ip dhcp binding

  2. IP address Client-ID/ Lease expiration Type

  3. Hardware address

  4. 192.168.10.150 0090.2B59.1DCE -- 戚沖 Automatic

  5. 192.168.20.150 0060.3E12.C7DE -- Automatic

Ⅹ 思科3560交換機,怎麼在 f0/0 介面上配置IP

3650默認吵寬是二層交換模式,需升升亮要關閉交換埠開啟三層模式配置IP
interface
f0/0
進入f0/0埠的配笑畝置
no
switchport
開啟三層模式
ip
address
x.x.x.x
跟路由器上一樣配置IP地址
no
sh

熱點內容
安卓光遇怎麼開三檔畫質華為 發布:2025-02-12 01:55:51 瀏覽:193
微信哪裡能找到登陸游戲的密碼 發布:2025-02-12 01:54:22 瀏覽:591
php獲取伺服器ip地址 發布:2025-02-12 01:54:12 瀏覽:578
對象存儲和nas哪個好 發布:2025-02-12 01:50:34 瀏覽:445
phpmulticurl 發布:2025-02-12 01:41:58 瀏覽:70
資料庫的集群 發布:2025-02-12 01:36:55 瀏覽:633
c語言實驗買糖果 發布:2025-02-12 01:36:54 瀏覽:263
安卓怎麼轉微信到iphone 發布:2025-02-12 01:36:22 瀏覽:385
大眾朗逸哪個配置好點 發布:2025-02-12 01:25:41 瀏覽:68
引用jar怎麼發布到伺服器 發布:2025-02-12 01:07:44 瀏覽:334