如何将思科交换机的配置用华三交换机配置出来
以下是思科交换机的配置
j show run
Building configuration...
Current configuration : 3063 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco3560SW
!
logging buffered 2048000 warnings
enable password cisco123
!
username admin privilege 15 password 0 cisco123
no aaa new-model
system mtu routing 1500
ip subnet-zero
ip routing
!
ip multicast-routing distributed
ip multicast auto-enable
!
--More-- !
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 2
switchport mode access
!
--More-- interface FastEthernet0/4
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/6
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
--More-- !
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
switchport access vlan 31
switchport mode access
!
interface FastEthernet0/22
switchport access vlan 31
--More-- switchport mode access
!
interface FastEthernet0/23
switchport access vlan 31
switchport mode access
!
interface FastEthernet0/24
switchport access vlan 31
switchport mode access
!
interface GigabitEthernet0/1
description ConnectT64G
no switchport
ip address 10.33.42.66 255.255.255.224
no ip mroute-cache
!
interface GigabitEthernet0/2
description Connect to SZX Niboxi_cisco3560
no switchport
ip address 10.33.251.170 255.255.255.252
ip pim sparse-mode
!
interface Vlan1
--More-- no ip address
ip pim sparse-mode
shutdown
!
interface Vlan2
description ConnectJMQ
ip address 10.33.42.129 255.255.255.224
ip pim sparse-mode
!
interface Vlan31
ip address 10.133.29.65 255.255.255.224
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.33.251.169
ip route 10.33.42.0 255.255.255.0 10.33.42.67
ip route 192.168.0.0 255.255.0.0 10.33.42.67
no ip http server
no ip http secure-server
!
ip pim rp-address 10.33.255.5
!
--More-- snmp-server community HZWYW RO
snmp-server host 10.33.42.125 version 2c HZWYW
!
control-plane
!
banner motd ^CC
___________________________________________________
_ This Device is Cisco 3560 Switch __
_ Only auth personal could access this __
_ Device.
_ Please contract eng.SureXu __
_ xu@***.*** 13916866613 __
__________________________________________________
^C
!
line con 0
login local
line vty 0 4
login local
line vty 5 15
login
!
end
--More--
Cisco3560SW#
用过了 但是很多配置都没法转换