5700以太坊
❶ 華為S5700交換機,怎麼給介面配置IP
華為S5700交換機介面配置IP的操作步驟如下:
1、打開交換機並首先設置管理IP地址。
❷ 如何在SLES下配置Bonding
To avoid problems it is advisable that all network cards use the same driver. If they use different drivers, please take the following into consideration:
There are three driver-dependent methods for check whether a network card has a link or a network connection.
* MII link status detection
* Register in the driver netif_carrier
* ARP monitoring
It is very important that the used drivers support the same method. If this is not the case because e.g. the first network card driver only supports MII link status detection whereas the second driver just supports netif_carrier, the only solution is to replace the network card in order to use a different driver.
To find out what method is supported by your driver, proceed as follows:
* MII link status can be determined with the tools mii-tool or ethtool.
* In the case of netif_carrier and ARP monitoring, refer to the driver's source code to find out whether these methods are supported or not. The corresponding kernel sources must be installed for this purpose. Regarding netif_carrier, search exactly for this string in the driver's source code, e.g.
grep netif_carrier via-rhine.c
As for the ARP monitoring method, the driver must support either the register last_rx or trans_start. Thus, you can search in the driver's source code for:
grep "last_rx\|trans_start" via-rhine.c
Start with the setup only after having verified this.
Procere
In this sample scenario, two network cards will be combined by way of bonding mode=1 (active backup).
1. Configure your network cards with YaST. Allocate the IP address that must be used for the bonding device to one network card and a mmy IP address to the rest of network cards.
2. Copy the configuration of the network card with the right IP address to a file ifcfg-bond0.
cd /etc/sysconfig/network
cp ifcfg-eth-id--xx:xx:xx:xx:xx:01 ifcfg-bond0
3. Find out and write down the PCI IDs of all the involved network cards.
For example:
linux:~ # grep bus-pci ifcfg-eth-id--xx:xx:xx:xx:xx:01
_nm_name='bus-pci-0000:00:09.0'
linux:~ # grep bus-pci ifcfg-eth-id--xx:xx:xx:xx:xx:02
_nm_name='bus-pci-0000:00:0a.0'
linux:~ #
4. Edit the file ifcfg-bond0 previously created and insert the following lines.
BONDING_MASTER=yes
BONDING_SLAVE_0='bus-pci-0000:00:09.0'
BONDING_SLAVE_1='bus-pci-0000:00:0a.0'
Now insert the options for the bonding mole. Depending on what link detection method you are using, the line may look like this:
* MII link detection method
BONDING_MODULE_OPTS='miimon=100 mode=1 use_carrier=0'
* netif_carrier method
BONDING_MODULE_OPTS='miimon=100 mode=1 use_carrier=1'
* ARP monitoring method
BONDING_MODULE_OPTS='arp_interval=2500 arp_ip_target=192.168.1.1 mode=1'
5. Remove the old configuration files
linux:~ # rm ifcfg-eth-id--xx:xx:xx:xx:xx:01
linux:~ # rm ifcfg-eth-id--xx:xx:xx:xx:xx:02
6. Restart the network with
rcnetwork restart
Additional Information
Occasionally it has been experienced that not all network interfaces come up after a system reboot. To prevent this, the loading of the moles should start earlier ring the reboot process. The following procere is helpful in this case:
1. Edit the file /etc/sysconfig/kernel and add this line:
MODULES_LOADED_ON_BOOT="bcm5700"
2. Reboot the server and check the status of all network interfaces, using commands lspci and ifconfig.
3. If this method is not successful, edit the file /etc/sysconfig/kernel again and remove the line inserted at step 1. Modify the line containing the INITRD_MODULES statement; add the bcm5700 to this line. It should read like INITRD_MODULES="cdrom scsi_mod ide-cd ehci-hcd reiserfs bcm5700"
4. Call command mkinitrd
5. Reboot the server as in step 2
Another method is to delay the starting of the network interfaces after loading the moles. To do this, edit the file /etc/sysconfig/network/config and change the variable WAIT_FOR_INTERFACES to the wanted delay in seconds. To delay the interfaces 3 seconds, enter
WAIT_FOR_INTERFACES=3
Reboot the server to verify the success of this measure.
當然也可以採用一些簡單的辦法,例如直接修改 /etc/init.d/network 網路啟動腳本。
在start) 部分的結尾處添加 ipbonding 的手工腳本,例如:
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
modprobe bonding miimon=100 mode=1 use_carrier=1
ifconfig bond0 192.168.1.123 netmask 255.255.255.0
ifenslave bond0 eth0
ifenslave bond0 eth1
route add default gw 192.168.1.1
然後在 stop) 部分開始考慮添加:
ifdown bond0
rmmod bonding
❸ 華為5700交換機eth介面做什麼用的怎麼使用它
華為5700交換機eth可以作為管理口使用,交換機操作系統丟了 ,但是我可以通過eth口上傳操作系統文件,跟console口的功能是類似的。
華為交換機從網橋發展而來,屬於OSI第二層即數據鏈路層設備。它根據MAC地址定址,通過站表選擇路由,站表的建立和維護由CISCO思科交換機自動進行。
華為在美國、德國、瑞典、俄羅斯、印度以及中國的北京、上海和南京等地設立了多個研究所,近一半的員工從事著產品與解決方案的研發工作。
(3)5700以太坊擴展閱讀
華為是全球領先的電信解決方案供應商。我們擁有熱誠的員工和強大的研發能力,快速響應客戶需求,提供端到端的客戶化產品、解決方案和服務,全力幫助客戶商業成功,並通過我們的共同努力,不斷豐富人們的溝通和生活。
華為產品和解決方案涵蓋移動(LTE/HSPA/WCDMA/EDGE/GPRS/GSM, CDMA2000 1xEV-DO/CDMA2000 1X, TD-SCDMA和WiMAX)
核心網(IMS, Mobile Softswitch, NGN)、網路(FTTx, xDSL, 光網路, 路由器和LAN Switch)、電信增值業務(IN, mobile data service, BOSS)和終端(UMTS/CDMA)等領域。
❹ RX5700XT挖ETH,停電後再開機顯示顯存不夠,有部份網頁打不開,但其他電腦能打開,怎麼辦
你好如果RX5700XT挖ETH,停電後再開機顯示顯存不夠,有部份網頁打不開,但其他電腦能打開,關機重啟試試看吧
❺ gEth1/0/1和gEth0/0/1有什麼區別,為什麼華為S57系列三層交換機有這兩種介面
介面不一樣啊,一個是光口一個是電口,5700當然都有