设为首页收藏本站language 语言切换
查看: 3301|回复: 4
收起左侧

[已解决] 思科3550联接华为S3050设置管理IP

[复制链接]
发表于 2011-11-3 17:35:15 | 显示全部楼层 |阅读模式
QQ截图20111103172936.jpg

我现在在思科3550做了VTP SERVER的,和配置了三个VLAN:VLAN10、VLAN20、VLAN30、VLAN40
interface Vlan10
ip address 192.168.10.254 255.255.255.0
no ip redirects
standby 1 ip 192.168.10.250
standby 1 priority 254
standby 1 preempt
!
interface Vlan20
ip address 192.168.20.253 255.255.255.0
no ip redirects
standby 2 ip 192.168.20.50
standby 2 preempt
!
interface Vlan30
ip address 192.168.30.254 255.255.255.0
no ip redirects
standby 3 ip 192.168.30.250
standby 3 priority 254
standby 3 preempt
!
interface Vlan40
ip address 192.168.40.253 255.255.255.0
no ip redirects
standby 4 ip 192.168.40.250
standby 4 preempt

现在问题是:思科的2950我配置了VTP CLIENT 现在是没有问题,但华为的这两台设备如何置呢?管理IP配多少?
 楼主| 发表于 2011-11-4 09:44:18 | 显示全部楼层
Building configuration...

Current configuration : 3373 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname MSW1
!
enable password sinonetgain
!
ip subnet-zero
ip routing
!
ip dhcp pool netgain4
!
no ip domain-lookup
!
!
spanning-tree mode pvst
spanning-tree extend system-id
spanning-tree mst 1 priority 4096
spanning-tree mst 2 priority 8192
!
!
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/1
no switchport
ip address 172.16.1.2 255.255.255.0
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/4
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/5
switchport mode dynamic desirable
!
interface FastEthernet0/6
switchport mode dynamic desirable
!
interface FastEthernet0/7
switchport mode dynamic desirable
!
interface FastEthernet0/8
switchport mode dynamic desirable
!
interface FastEthernet0/9
switchport access vlan 80
switchport mode dynamic desirable
!
interface FastEthernet0/10
switchport access vlan 80
switchport mode dynamic desirable
!
interface FastEthernet0/11
switchport access vlan 80
switchport mode dynamic desirable
!
interface FastEthernet0/12
switchport access vlan 80
switchport mode dynamic desirable
!
interface FastEthernet0/13
switchport mode dynamic desirable
!
interface FastEthernet0/14
switchport mode dynamic desirable
!
interface FastEthernet0/15
switchport mode dynamic desirable
!
interface FastEthernet0/16
switchport mode dynamic desirable
!
interface FastEthernet0/17
switchport mode dynamic desirable
!
interface FastEthernet0/18
switchport mode dynamic desirable
!
interface FastEthernet0/19
switchport mode dynamic desirable
!
interface FastEthernet0/20
switchport mode dynamic desirable
!
interface FastEthernet0/21
switchport mode dynamic desirable
!
interface FastEthernet0/22
switchport mode dynamic desirable
!
interface FastEthernet0/23
switchport mode dynamic desirable
!
interface FastEthernet0/24
switchport mode dynamic desirable
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
no ip address
!
interface Vlan2
no ip address
!
interface Vlan3
no ip address
!
interface Vlan4
no ip address
!
interface Vlan10
ip address 192.168.10.254 255.255.255.0
no ip redirects
standby 1 ip 192.168.10.250
standby 1 priority 254
standby 1 preempt
!
interface Vlan20
ip address 192.168.20.253 255.255.255.0
no ip redirects
ip ospf cost 65535
standby 2 ip 192.168.20.50
standby 2 preempt
!
interface Vlan30
ip address 192.168.30.254 255.255.255.0
no ip redirects
standby 3 ip 192.168.30.250
standby 3 priority 254
standby 3 preempt
!
interface Vlan40
ip address 192.168.40.253 255.255.255.0
no ip redirects
standby 4 ip 192.168.40.250
standby 4 preempt
!
interface Vlan80
no ip address
!
router eigrp 90
network 172.16.1.0 0.0.0.255
network 192.168.10.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip http server
!
!
snmp-server community public RW
!
line con 0
line vty 0 4
password sinonetgain
login
line vty 5 15
login
!
end
这是我一台3550机器上配置的文档,上面有做了VTP SERVER的。
CISCO的2950做了CLIENT是没有问题,设置管理IP没有问题,但华为的不支持VTP,我应该怎么做呢?
沙发 2011-11-4 09:44:18 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-11-4 10:40:30 | 显示全部楼层
辛苦了。谢谢了。但我现在是迷茫的是华为3050设备的管理IP应该设为多少呀?随便设一下PING不通呀。
板凳 2011-11-4 10:40:30 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2011-11-4 17:05:15 | 显示全部楼层
华为的的交换机也要用冗余吗,hsrp不好用吧
你从哪PING 的呀  不同网段要用跑路由的吧
地板 2011-11-4 17:05:15 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-11-7 09:51:08 | 显示全部楼层
我现在只想在华为的交换机上配一个管理IP,好方便管理。但我不知道配多少?原理如何?
5# 2011-11-7 09:51:08 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-4 03:55 , Processed in 0.062046 second(s), 16 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表