返回列表 发帖

丽水莲都电力cisco3745配置

3745#sh run
Building configuration...
Current configuration : 3464 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 3745
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$KwaT$jlWhVOMD3dpuWmK7O7Bre0
!
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!         
bridge irb
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
bridge-group 1
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
bridge-group 1
!
interface FastEthernet1/0
no ip address
shutdown
!
interface FastEthernet1/1
no ip address
shutdown
!         
interface FastEthernet1/2
no ip address
shutdown
!
interface FastEthernet1/3
no ip address
shutdown
!
interface FastEthernet1/4
no ip address
shutdown
!
interface FastEthernet1/5
no ip address
shutdown
!
interface FastEthernet1/6
no ip address
shutdown
!
interface FastEthernet1/7
no ip address
shutdown
!
interface FastEthernet1/8
no ip address
shutdown
!
interface FastEthernet1/9
no ip address
shutdown
!
interface FastEthernet1/10
no ip address
shutdown
!
interface FastEthernet1/11
no ip address
shutdown
!
interface FastEthernet1/12
no ip address
shutdown
!
interface FastEthernet1/13
no ip address
shutdown
!
interface FastEthernet1/14
no ip address
shutdown
!
interface FastEthernet1/15
no ip address
shutdown
!
interface Serial3/0
description "Link to ShuiGe"
bandwidth 2048
ip address 10.147.77.241 255.255.255.252
no fair-queue
serial restart-delay 0
!
interface Serial3/1
description "Link to LaoZhu"
bandwidth 2048
ip address 10.147.77.225 255.255.255.252
serial restart-delay 0
!         
interface Serial3/2
description "Link to DaGangTou"
bandwidth 2048
ip address 10.147.77.229 255.255.255.252
serial restart-delay 0
!
interface Serial3/3
description "Link to ShuangQi"
bandwidth 2048
ip address 10.147.77.237 255.255.255.252
serial restart-delay 0
!
interface Serial4/0
description "Link to BiHu"
bandwidth 2048
ip address 10.147.77.233 255.255.255.252
serial restart-delay 0
!
interface Serial4/1
description "Link to ChengDong"
bandwidth 2048
ip address 10.147.77.245 255.255.255.252
serial restart-delay 0
!
interface Serial4/2
description "link to LianCheng"
bandwidth 2048
ip address 10.147.77.221 255.255.255.252
serial restart-delay 0
!
interface Serial4/3
description "link to chengdong"
bandwidth 2048
ip address 10.147.77.245 255.255.255.252
serial restart-delay 0
!
interface BVI1
ip address 10.147.78.78 255.255.255.192
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
redistribute static
network 10.147.0.0 0.0.255.255
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.147.78.126
ip http server
!
snmp-server engineID local 000000090200000532D80E30
snmp-server community EveryOne RO
snmp-server community Admin RW
snmp-server enable traps snmp authentication linkdown linkup coldstart
snmp-server enable traps tty
snmp-server enable traps envmon
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps frame-relay
snmp-server enable traps frame-relay subif
snmp-server enable traps hsrp
snmp-server enable traps ipmulticast
snmp-server enable traps rsvp
snmp-server enable traps syslog
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
ntp server 10.137.252.67
end

返回列表