本站已运行

攻城狮论坛

作者: 無名
查看: 2569|回复: 28

主题标签Tag

more +今日重磅推荐Recommend No.1

所有IT类厂商认证考试题库下载所有IT类厂商认证考试题库下载

more +随机图赏Gallery

【新盟教育】2023最新华为HCIA全套视频合集【网工基础全覆盖】---国sir公开课合集【新盟教育】2023最新华为HCIA全套视频合集【网工基础全覆盖】---国sir公开课合集
【新盟教育】网工小白必看的!2023最新版华为认证HCIA Datacom零基础全套实战课【新盟教育】网工小白必看的!2023最新版华为认证HCIA Datacom零基础全套实战课
原创_超融合自动化运维工具cvTools原创_超融合自动化运维工具cvTools
重量级~~30多套JAVA就业班全套 视频教程(请尽快下载,链接失效后不补)重量级~~30多套JAVA就业班全套 视频教程(请尽快下载,链接失效后不补)
链接已失效【超过几百G】EVE 国内和国外镜像 全有了 百度群分享链接已失效【超过几百G】EVE 国内和国外镜像 全有了 百度群分享
某linux大佬,积累多年的电子书(约300本)某linux大佬,积累多年的电子书(约300本)
乾颐堂现任明教教主Python完整版乾颐堂现任明教教主Python完整版
乾颐堂 教主技术进化论 2018-2019年 最新31-50期合集视频(各种最新技术杂谈视频)乾颐堂 教主技术进化论 2018-2019年 最新31-50期合集视频(各种最新技术杂谈视频)
Python学习视频 0起点视频 入门到项目实战篇 Python3.5.2视频教程 共847集 能学102天Python学习视频 0起点视频 入门到项目实战篇 Python3.5.2视频教程 共847集 能学102天
约21套Python视频合集 核心基础视频教程(共310G,已压缩)约21套Python视频合集 核心基础视频教程(共310G,已压缩)
最新20180811录制 IT爱好者-清风羽毛 - 网络安全IPSec VPN实验指南视频教程最新20180811录制 IT爱好者-清风羽毛 - 网络安全IPSec VPN实验指南视频教程
最新20180807录制EVE开机自启动虚拟路由器并桥接物理网卡充当思科路由器最新20180807录制EVE开机自启动虚拟路由器并桥接物理网卡充当思科路由器

[概念讲解] DHCP+OPTION+POLICY详细解释说明

  [复制链接]
查看: 2569|回复: 28
开通VIP 免金币+免回帖+批量下载+无广告

DHCP+OPTION+POLICY详细解释说明


JITUAN#
JITUAN#
JITUAN#show run
Building configuration...

Current configuration : 3932 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname JITUAN
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 12.102.88.240 12.102.88.254
!
ip dhcp pool Vlan22
   network 12.102.88.0 255.255.255.0
   domain-name tplic.com
   dns-server 12.100.1.5
   default-router 12.102.88.254
   option 150 ip 12.100.1.5
!
!
no ip domain lookup
ip domain name yourdomain.com
multilink bundle-name authenticated
!
!
username jituan privilege 15 password 0 jituan
archive
log config
  hidekeys
!
!
controller E1 0/0/0
framing NO-CRC4
channel-group 1 timeslots 1-31
!
bridge irb
!         
!
!
interface FastEthernet0/0
description to Data
no ip address
ip nat inside
ip virtual-reassembly
ip policy route-map outside
duplex auto
speed auto
!
interface FastEthernet0/1
description to internet
ip address 192.168.100.2 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1/0
!
interface FastEthernet0/1/1
switchport mode trunk
!
interface FastEthernet0/1/2
!
interface FastEthernet0/1/3
!
interface Serial0/0/0:1
ip address 10.102.255.45 255.255.255.252
!
interface Vlan1
description to Data
ip address 10.102.88.254 255.255.255.0
ip nat inside
ip virtual-reassembly
ip policy route-map outside
!
interface Vlan22
ip address 12.102.88.254 255.255.255.0
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.100.1
ip route 12.0.0.0 255.0.0.0 10.102.255.46
!
!         
ip http server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 101 interface FastEthernet0/1 overload
!
access-list 100 permit ip any 10.0.0.0 0.255.255.255
access-list 100 permit ip any 12.0.0.0 0.255.255.255
access-list 101 permit ip 10.102.88.0 0.0.0.255 any
disable-eadi
route-map outside permit 100
match ip address 100
set ip next-hop 10.102.255.46
!
!
!
control-plane
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device and
it provides the default username "cisco" for  one-time use. If you have already
used the username "cisco" to login to the router and your IOS image supports the
"one-time" user option, then this username has already expired. You will not be
able to login to the router with this username after you exit this session.

It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.

username <myuser> privilege 15 secret 0 <mypassword>

Replace <myuser> and <mypassword> with the username and password you want to
use.

-----------------------------------------------------------------------
^C
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco". The default username and password have a privilege level of 15.

Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.

username <myuser>  privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
logging synchronous
login local
line aux 0
line vty 0 4
privilege level 15
logging synchronous
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
end

JITUAN#



游客,如果您要查看本帖隐藏内容请回复


CCNA考试 官方正规报名 仅需1500元
回复 论坛版权

使用道具 举报

windliszb [Lv7 精益求精] 发表于 2017-2-18 15:39:29 | 显示全部楼层
金币不够用?来这里看看吧~~10种方法轻松拿金币~~~ http://bbs.vlan5.com/thread-9184-1-1.html
回复 支持 反对

使用道具 举报

babyvip_vip889 [VIP@钻石] 发表于 2017-2-24 17:12:56 | 显示全部楼层
攻城狮论坛的资料就是全,在这里找不到的资料在其他网站也很难找到!
回复 支持 反对

使用道具 举报

babyerica [Lv8 技术精悍] 发表于 2017-2-26 13:58:51 | 显示全部楼层
你知道么? 加2000人思科华为网络技术讨论群2258097 然后私聊群主 可以免费回答学习 工作中遇到的问题
回复 支持 反对

使用道具 举报

lcw_tw [Lv9 无所不能] 发表于 2017-3-9 15:45:14 | 显示全部楼层
你知道么? 加2000人思科华为网络技术讨论群2258097 然后私聊群主 可以免费回答学习 工作中遇到的问题
回复 支持 反对

使用道具 举报

Asshole [Lv7 精益求精] 发表于 2017-3-11 11:36:12 | 显示全部楼层
攻城狮论坛 每天更新 免费下载 谁来谁知道
回复 支持 反对

使用道具 举报

koozy8822 [Lv8 技术精悍] 发表于 2017-3-11 13:34:04 | 显示全部楼层
有需要的资料可以在这里发帖让别人帮你找 攻城狮论坛 http://bbs.vlan5.com/forum-97-1.html
回复 支持 反对

使用道具 举报

btralf [Lv3 牛刀小试] 发表于 2017-4-2 10:39:20 | 显示全部楼层
每天签到得积分 下载资料的同时也可以帮助别人 再也不用担心金币不够用了 http://bbs.vlan5.com/forum-97-1.html
回复 支持 反对

使用道具 举报

mwckk [Lv6 略有所成] 发表于 2017-5-1 23:33:50 | 显示全部楼层
感谢楼主 感谢攻城狮论坛 每天签到得积分(连续签到金币翻倍) 希望越办越好
回复 支持 反对

使用道具 举报

andygrrr [Lv9 无所不能] 发表于 2017-5-1 23:48:42 | 显示全部楼层
攻城狮论坛 每天更新 免费下载 谁来谁知道
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|无图浏览|手机版|网站地图|攻城狮论坛

GMT+8, 2025-9-9 18:59 , Processed in 0.114659 second(s), 15 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4 © 2001-2013 Comsenz Inc.

Designed by ARTERY.cn