sanyuanempire

一、实验拓扑

二、具体配置

Router(config)#do sh run
Building configuration...
 
Current configuration : 604 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool abc
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
 dns-server 192.168.1.1
!
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
line con 0
line vty 0 4
 login
!
end
 
三、实验结果
 





分类:

技术点:

相关文章:

  • 2021-09-16
  • 2021-12-23
  • 2021-10-02
  • 2022-01-02
  • 2022-01-02
  • 2022-02-14
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-10-18
  • 2022-01-05
  • 2022-01-02
相关资源
相似解决方案