- 论坛徽章:
- 0
|
本人在配置宁波的设备记录,对端为华为3680路由器
hy_r3640_gm#sho run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname hy_r3640_gm
!
enable secret 5 $1$uCyG$4lVOMgiTuUUHg0j4kZUfi1
enable password 123456
!
!
!
!
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.21.36.254 255.255.252.0
no ip directed-broadcast
no ip mroute-cache
speed auto
full-duplex
!
interface FastEthernet1/0
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
duplex auto
speed auto
!
interface Serial2/0
ip address 10.1.14.34 255.255.255.252
no ip directed-broadcast
encapsulation ppp
ip ospf network point-to-point
!
interface Serial2/1
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
!
interface Serial2/2
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
!
interface Serial2/3
no ip address
no ip directed-broadcast
no ip mroute-cache
shutdown
!
router ospf 1
router-id 10.21.36.254
network 10.1.14.34 0.0.0.0 area 21
network 10.21.36.0 0.0.3.255 area 21
!
ip classless
ip route 10.21.0.0 255.255.0.0 10.1.14.33
no ip http server
!
snmp-server engineID local 00000009010000A10A010E22
!
line con 0
transport input none
line aux 0
line vty 0 4
password 123456
login
!
end
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/10546/showart_50571.html |
|