1樓:
cisco hwic-4esw為4埠單寬10/100base-t乙太網交換hwic,適用於cisco 3800系列路由器。cisco hwic-4esw很專業三層交換機 nm-16-esw 模組no ip cef不進行**,vlan 配置vlan三層交換機是在特權模式下vlan database進入vlan的新增pc 放c3640路由器crt連線上後,no ip routing不進行路由**ip defaul-gateway 網管ip 追問不能執行交換機上的命令,比如vlan database等
hwic-4esw是三層交換模組。只能定義為nat的inside支援其餘特性如:
•vlans
•inline power for cisco ip phones•layer 2 ethernet switching•802.1x authentication•spanning tree protocol•cisco discovery protocol•switched port analyzer•igmp snooping
•storm control
•intrachassis stacking•fallback bridging
2樓:匿名使用者
hwic-1fe是三層快速乙太網高速wan口,可以定義為nat的inside、outside等
具體描述:http://www.
hwic-4esw是三層交換模組。只能定義為nat的inside支援其餘特性如:
•vlans
•inline power for cisco ip phones
•layer 2 ethernet switching
•802.1x authentication
•spanning tree protocol
•cisco discovery protocol
•switched port analyzer
•igmp snooping
•storm control
•intrachassis stacking
•fallback bridging
具體描述:http://www.
cisco1841上加了hwic-4esw後怎麼配置
3樓:匿名使用者
hwic-4esw這個模組本身就是純交換模組,也就是說不能通過no switchport讓它變成路由模組,也就不能配置地址。
4樓:匿名使用者
luyouqi#sh run
building configuration...
current configuration : 815 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname luyouqi!!
!!ip dhcp excluded-address 192.168.0.254
!ip dhcp pool cisco
network 192.168.0.0 255.255.255.0
default-router 192.168.0.254!!
!!!!
!!!!
!!!inte***ce fastethernet0/0
ip address 12.1.1.1 255.255.255.0
duplex auto
speed auto
!inte***ce fastethernet0/1
no ip address
duplex auto
speed auto
shutdown
!inte***ce fastethernet0/1/0
switchport mode access
!inte***ce fastethernet0/1/1
switchport mode access
!inte***ce fastethernet0/1/2
switchport mode access
!inte***ce fastethernet0/1/3
switchport mode access
!inte***ce vlan1
ip address 192.168.0.254 255.255.255.0
!ip classless!!
!!!!
!line con 0
line vty 0 4
login!!
!end
記得讓pc用dhcp獲取地址,可ping通12.1.1.1(f0/0)
這是低端的交換模組,全是純2層口,埠不能配ip地址。
5樓:藕法
不用配置 插上應該就好了
hwic模組和nm模組有什麼區別?
6樓:匿名使用者
其區別為:nm是增強網路模組。 hwic 是帶增強功能的高效能wic補充:
nm:nm-16esw 16埠 10/100 cisco etherswitch 網路模組 (乙太網,區域網)
hwic:hwic-4esw 4埠單寬10/100baset乙太網交換 hwic (高速廣域網模組) (hwic-16esw,沒有這麼多廣域網口的模組)
nm插槽從外觀上看大插槽,而hwic是小插槽。從功能上他們所支援的模組是不同的。nm:網路模組插槽。
7樓:手機使用者
有以下型號: nm-16esw 16埠 10/100 cisco etherswitch
cisco3845安裝hwic-2fe模組卡後沒有正常識別,是什麼原因?
8樓:匿名使用者
1、看卡是否插好插穩! 可以關機重插幾次
2、查詢下你的插槽是不是支援此模組
3、去cisco 動態配置工具裡把現在3845上的所有模組都選上去,然後配置出來看清單裡的ios,下一個一樣的ios升級下3845! 看行不行
9樓:
我相信你已經關機重插過 而且從顯示的資訊來看感覺就2個原因:
1. 路由器ios版本問題
2. 你的模組卡有問題, faker的或者是返修貨...
cisco hwic-1t 5
10樓:亞里士不是缺德
就是串列埠模組 1t就是一個串列埠的板卡
鴻 鵠 論 壇
思科模組 cisco hwic-4t1/e1有什麼作用!
11樓:匿名使用者
這是2代卡,可以是t1也可以是e1,可以用來跑語音。
12樓:匿名使用者
就是4個rj-48的s口,廣域網接入用。
cisco 2811 能插hwic-2fe模組不?我插入了不能識別,怎麼處理?
13樓:匿名使用者
不能識別是你現在的ios版本不支援這個模組,你要查一下要什麼版本才支援啦。
思科2811路由器不加hwic能不能配置和連線adsl modem?
14樓:匿名使用者
可以的,兩個e口分別接modem,和內網交換機.假設e0接內網,e1接adsl上外網第一步:配置vpdnvpdn enable(啟用路由器的虛擬專用撥號網路---vpnd)vpdn-group office(建立一個vpdn組,)request-dialin(初始化一個vpnd tunnel,建立一個請求撥入的vpdn子組,)protocol pppoe(vpdn子組使用pppoe建立會話隧道)第二步:
配置路由器連線adsl modem的介面inte***ce ethernet1no ip addresspppoe enable允許以太介面執行pppoepppoe-client dial-pool-number 1將以太介面的pppoe撥號客戶端加入撥號池1第三步:配置邏輯撥號介面:inte***ce dialer1ip address negotiated從adsl服務商動態協商得到ip地址ip nat outside為該介面啟用natencapsulation ppp為該介面封裝ppp協議dialer pool 1該介面使用1號撥號池進行撥號dialer-group 1該命令對於pppoe是意義不大的ppp authentication pap callin啟用ppp pap驗證ppp pap sent-username ******x password 0 yyyyyyy使用已經申請的使用者名稱和口令第四步:
配置內部網路介面inte***ce ethernet0(內部網路介面)ip address 10.1 255.255.
255.0ip nat inside為該介面啟用nat第五步:配置路由器為內部網路主機提供dhcp服務ip dhcp excluded-address 10.
1ip dhcp pool abcimport all(匯入dns和wins server)network 10.0 255.255.
255.0default-router 10.1第六步:
配置nat:access-list 1 permit 10.0 0.
255ip nat inside source list 1 inte***ce dialer1 overload 第七步:配置預設路由ip route 0.0 0.
0 dialer1
Fe和Cl2反應,fe和cl2反應電子怎麼轉移
2fe 3cl2 點燃 2fecl3化合反應一般是 化合物 幹態下決不可能,只有在溶液中fe過量才能生成fecl2 鐵可以在cl2中燃燒生成fecl3 2fe 3cl2 點燃 2fecl3 fe和fecl3在溶液中可以發生歸中反應,但是固相的應該就不可以了 生成fecl3 cl2有強氧化性,不可能和...
Fe是什麼意思,GE和FE是什麼意思
fe 從化學語言上來說表示三個含義 1 表示一個鐵原子 2 表示鐵元素 3 表示金屬鐵這種物質 這是初中化學必考的知識點。當然是鐵了,如果單說fe可以是鐵的元素符號,也可以說是鐵單質,還可以說是一個鐵原子.以上三種都可以用fe來表示.1 鐵元素 2 鐵單質 3 一個鐵原子 鐵的元素符號,也可以表示為...
四氧化三鐵中 Fe3O4 氧(O)和鐵(Fe)的化合價分別為多少
四氧化三鐵中 fe3o4 氧 o 的化合價為 2價 fe 的化合價 8 3價,可以看為有兩個 3價的鐵離子,一個 2價的鐵離子。氧是 2價,fe既有 2價,也有正三價,其實fe3o4 fe2o3 feo 氧是負二價,鐵階與正二價和正三價之間,其中有兩個鐵是正三價,一個正二價 氧負二價,鐵,一個為正二...