单臂路由+eigrp+DHCP中继代理

 

 

 

2811r0:

Router#show running-config
Building configuration...

Current configuration : 1078 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.10
 encapsulation dot1Q 10
 ip address 192.168.3.1 255.255.255.0
 ip helper-address 192.168.1.2
!
interface FastEthernet0/0.20
 encapsulation dot1Q 20
 ip address 192.168.4.1 255.255.255.0
 ip helper-address 192.168.1.4
!
interface FastEthernet0/0.30
 encapsulation dot1Q 30
 ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 10.1.1.2 255.255.255.252
!
interface Serial1/1
 no ip address
!
interface Serial1/2
 no ip address
!
interface Serial1/3
 no ip address
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 network 192.168.0.0
 network 10.0.0.0
 network 192.168.1.0
 network 192.168.3.0
 network 192.168.4.0
 no auto-summary
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end


Router#

 

2690交换机2:

Switch#show running-config
Building configuration...

Current configuration : 1222 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
interface FastEthernet0/1
 switchport access vlan 30
!
interface FastEthernet0/2
 switchport access vlan 30
!
interface FastEthernet0/3
 switchport access vlan 30
!
interface FastEthernet0/4
 switchport mode trunk
 spanning-tree portfast
!
interface FastEthernet0/5
 switchport access vlan 20
 spanning-tree portfast

 

2690交换机0:

Switch#show running-config
Building configuration...

Current configuration : 1300 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
interface FastEthernet0/1
 switchport access vlan 10
 spanning-tree portfast
!
interface FastEthernet0/2
 switchport access vlan 20
 spanning-tree portfast
!
interface FastEthernet0/3
 switchport mode trunk
 spanning-tree portfast
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 30
 switchport mode trunk
 spanning-tree portfast

本文出自 “网络技术论坛” 博客,谢绝转载!

你可能感兴趣的:(路由,DHCP,EIGRP,中继,单臂)