cisco的配置

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname r1

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

ip subnet-zero

!

!

no ip domain lookup

!

ip cef

ip audit po max-events 100

!

!

interface Loopback0

ip address 1.1.1.1 255.255.255.0

ip router isis test

!

interface FastEthernet0/0

ip address 10.10.11.1 255.255.255.0

ip router isis test

duplex full

!

interface Ethernet1/0

ip address 10.10.10.1 255.255.255.0

ip router isis test

duplex full

!

interface Ethernet1/1

no ip address

shutdown

duplex half

!

interface Ethernet1/2

no ip address

shutdown

duplex half

!

interface Ethernet1/3

no ip address

shutdown

duplex half

!

interface Serial2/0

no ip address

shutdown

serial restart-delay 0

!

interface Serial2/1

no ip address

shutdown

serial restart-delay 0

!

interface Serial2/2

no ip address

shutdown

serial restart-delay 0

!

interface Serial2/3

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/0

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/1

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/2

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/3

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/4

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/5

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/6

no ip address

shutdown

serial restart-delay 0

!

interface Serial3/7

no ip address

shutdown

serial restart-delay 0

!

interface ATM4/0

no ip address

shutdown

no atm ilmi-keepalive

!

interface GigabitEthernet5/0

no ip address

shutdown

negotiation auto

!

router isis test

net 49.0001.0010.0100.1001.00

!

!

router bgp 100

no synchronization

bgp log-neighbor-changes

neighbor 10.10.10.2 remote-as 100

neighbor 10.10.10.2 route-reflector-client

neighbor 10.10.10.2 next-hop-self

neighbor 10.10.11.2 remote-as 100

neighbor 10.10.11.2 route-reflector-client

neighbor 10.10.11.2 next-hop-self

no auto-summary

!

ip classless

no ip http server

no ip http secure-server

!

!

gatekeeper

shutdown

!

!

line con 0

exec-timeout 0 0

logging synchronous

stopbits 1

line aux 0

stopbits 1

line vty 0 4

login

!

!

end



你可能感兴趣的:(cisco的配置)