Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1113231
  • 博文数量: 168
  • 博客积分: 4445
  • 博客等级: 上校
  • 技术积分: 1307
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-02 14:04
文章分类

全部博文(168)

文章存档

2018年(2)

2017年(5)

2016年(7)

2015年(1)

2014年(8)

2013年(1)

2012年(4)

2011年(54)

2010年(8)

2009年(19)

2008年(18)

2007年(36)

2006年(1)

2005年(4)

分类: 系统运维

2011-07-12 15:37:23

8606-1:
interface GigabitEthernet 2/24
no ip ospf cost
no ip add
exit
interface AggregatePort 10
 no switchport
 ip ospf cost 100
 no ip proxy-arp
 ip address 10.10.100.254 255.255.255.252
 description up_link
exit
 
interface GigabitEthernet 2/17
 no switchport
 port-group 10
 exit
interface GigabitEthernet 2/24
 no switchport
 port-group 10
 exit
 
8606-2:
interface GigabitEthernet 2/24
no ip ospf cost
no ip add
exit
interface AggregatePort 10
 no switchport
 ip ospf cost 100
 no ip proxy-arp
 ip address 10.10.101.254 255.255.255.252
 description up_link
exit
 
interface GigabitEthernet 2/17
 no switchport
 port-group 10
 exit
interface GigabitEthernet 2/24
 no switchport
 port-group 10
 exit  
 
 
6506:
conf t
interface GigabitEthernet 2/7
medium-type fiber
no switchport
description to8606-1
no ip address
no ip ospf cost
exit
 
interface AggregatePort 10
 no switchport
 medium-type fiber
 ip ospf cost 120
 ip address 10.10.100.253 255.255.255.252
 description to8606-1
exit
interface GigabitEthernet 2/1
 no switchport
 medium-type fiber
 description to8606-1
 port-group 10
 exit
interface GigabitEthernet 2/2
 no switchport
 medium-type fiber
 description to8606-1
 port-group 10
 exit
interface GigabitEthernet 2/7
 medium-type fiber
 no switchport
 description to8606-1 
 no ip address
 no ip ospf cost
 port-group 10
 exit
 
 
interface GigabitEthernet 2/8
medium-type fiber
no switchport
description to8606-2
no ip address
no ip ospf cost
exit

interface AggregatePort 20
 no switchport
 medium-type fiber
 ip ospf cost 120
 ip address 10.10.101.253 255.255.255.252
 description to8606-2
exit
interface GigabitEthernet 2/3
 no switchport
 medium-type fiber
 description to8606-2
 port-group 20
 exit
interface GigabitEthernet 2/4
 no switchport
 medium-type fiber
 description to8606-2
 port-group 20
 exit
interface GigabitEthernet 2/8
 medium-type fiber
 no switchport
 description to8606-2 
 no ip address
 no ip ospf cost
 port-group 20
 exit
 
 end
 wr
 
 
阅读(2307) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~