當前位置:首頁 » 存儲配置 » 怎麼配置交換機日誌

怎麼配置交換機日誌

發布時間: 2023-08-25 18:08:22

A. 思科交換機如何開啟同步日誌與域名解析

1,同步日誌,你是指把日誌則州保存到一個伺服器上嗎,下例為使得交換機的所有日誌都保存到192.168.25.17的/tol/logs/cisco/cisco.log日誌中.

cisco#conf t
cisco(config)#logging on -->打開日誌顯示
cisco(config)#logging 192.168.25.17
cisco(config)#logging facility local2
cisco(config)#logging source-interface vlan 1
cisco(config)#service timestamps debug uptime
cisco(config)#logging buffered 8192 debugging

2,cisco#conf t
cisco(config)#ip name-server 192.168.1.18 設置域名伺服器<---DNS 伺服器

3,VLAN描述孫洞蔽字元與埠描述是否有區別
VLAN 描述字元是指給VLAN取的名字,因為VLAN 都有一個數字式的ID的。
埠描述,是給指定顫團埠設定描述。是在進行埠配置之後用 「DESCRIPTION 描述字元」設定的。

B. 思科交換機路由器日誌問題

應該先在命令行中開啟日誌!
set logging server enable
set logging server 192.168.2.3
後面的地址就是你的伺服器也就是PC的地址。

你在網路上查下具體的配置。
反正要設置一大堆的參數。

CISCO交換機基本配置:Console埠連接
用戶模式hostname# ;
特權模式hostname(config)# ;
全局配置模式hostname(config-if)# ;

交換機口令設置:
switch>enable ;進入特權模式
switch#config terminal ;進入全局配置模式
switch(config)#hostname csico ;設置交清裂換機的主機名
switch(config)#enable secret csico1 ;設置特權加密口令
switch(config)#enable password csico8 ;設置特權非密口令
switch(config)#line console 0 ;進入控制台口
switch(config-line)#line vty 0 4 ;進入虛擬終端
switch(config-line)#login ;虛擬終端允許登錄
switch(config-line)#password csico6 ;設置虛擬終端登錄口令csico6
switch#exit ;返回命令

交換機VLAN創建,刪除,埠屬性的設置,配置trunk埠,將某埠加入vlan中,配置VTP:
switch#vlan database ;進入VLAN設置
switch(vlan)#vlan 2 ;建VLAN 2
switch(vlan)#vlan 3 name vlan3 ;建VLAN 3並命名為vlan3
switch(vlan)#no vlan 2 ;刪vlan 2
switch(config)#int f0/1 ;進入埠1
switch(config)#speed ? 查看speed命令的子命令
switch(config)#speed 100 設置該埠速率為100mb/s (10/auto)
switch(config)#plex ? 查看plex的子命令
switch(config)#plex full 設置該埠為全雙工(auto/half)
switch(config)#description TO_PC1 這是該埠描述為TO_PC1
switch(config-if)#switchport access vlan 2 ;當前埠加入vlan 2
switch(config-if)#switchport mode trunk ;設置為trunk模式(access模式)
switch(config-if)#switchport trunk allowed vlan 1,2 ;設置允備判許的vlan
switch(config-if)#switchport trunk encap dot1q ;設仿正改置vlan 中繼
switch(config)#vtp domain vtpserver ;設置vtp域名相同
switch(config)#vtp password ;設置發vtp密碼
switch(config)#vtp server ;設置vtp伺服器模式
switch(config)#vtp client ;設置vtp客戶機模式

交換機設置IP地址,默認網關,域名,域名伺服器,配置和查看MAC地址表:
switch(config)#interface vlan 1 ;進入vlan 1
switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;設置IP地址
switch(config)#ip default-gateway 192.168.1.6 ;設置默認網關
switch(config)#ip domain-name cisco.com 設置域名
switch(config)#ip name-server 192.168.1.18 設置域名伺服器
switch(config)#mac-address-table? 查看mac-address-table的子命令
switch(config)#mac-address-table aging-time 100 設置超時時間為100ms
switch(config)#mac-address-table permanent 0000.0c01.bbcc f0/3 加入永久地址在f0/3埠
switch(config)#mac-address-table restricted static 0000.0c02.bbcc f0/6 f0/7 加入靜態地址目標埠f0/6源埠f0/7
switch(config)#end
switch#show mac-address-table 查看整個MAC地址表
switch#clear mac-address-table restricted static 清除限制性靜態地址

交換機顯示命令:
switch#write ;保存配置信息
switch#show vtp ;查看vtp配置信息
switch#show run ;查看當前配置信息
switch#show vlan ;查看vlan配置信息
switch#show interface ;查看埠信息
switch#show int f0/0 ;查看指定埠信息
switch#show int f0/0 status;查看指定埠狀態
switch#dir flash: ;查看快閃記憶體

http://www.netexpert.cn/thread-2000-1-1.html

C. 中興交換機日誌配置

我們可以使用以下命令來啟用日誌,本地日誌記錄500行,並循環覆蓋。
首先登錄管理模式,然後輸入以下命令。
#logging on 開啟日誌
#logging buffer 500 設置本地日誌500條
#lofging mode fullcycle 設置日誌清理方式
#logging level notifications 設置日誌緩存中保存的日誌級別。

熱點內容
學java有發展嗎 發布:2025-01-31 21:44:45 瀏覽:566
HBX編程 發布:2025-01-31 21:39:26 瀏覽:158
資料庫精品課 發布:2025-01-31 21:38:14 瀏覽:418
sqlsever語句 發布:2025-01-31 21:34:57 瀏覽:142
文泰里配置文件列表如何改 發布:2025-01-31 21:34:45 瀏覽:440
python的jieba分詞 發布:2025-01-31 21:33:23 瀏覽:672
外企配置怎麼說 發布:2025-01-31 21:31:11 瀏覽:270
搜索演算法bd 發布:2025-01-31 21:29:34 瀏覽:538
安卓系統怎麼安裝文件 發布:2025-01-31 21:21:32 瀏覽:866
分布式緩存架構圖 發布:2025-01-31 21:19:54 瀏覽:661