当前位置:网站首页>HCIP2---静态路由、动态路由
HCIP2---静态路由、动态路由
2022-08-08 23:43:00 【仲夏夜之梦~*ω*】
[r4]dhcp en
[r4]dhcp enable
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]dhcp select interface
[r4]ip route-static 0.0.0.0 0 10.1.1.66
[r3]ospf 1 router
[r3]ospf 1 router-id 1.1.1.1
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[r3-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 10.1.1.78 30
[r5-GigabitEthernet0/0/0]int g0/0/1
[r5-GigabitEthernet0/0/1]ip add 10.1.1.82 30
[r5-GigabitEthernet0/0/1]int
[r5-GigabitEthernet0/0/2]ip add 10.1.1.158 27
[r5]dhcp enable
Info: The operation may take a few seconds. Please wait for a moment.done.
[r5]int g4/0/0
[r5-GigabitEthernet4/0/0]dhcp select interface
[r5-GigabitEthernet4/0/0]q
[r5]ip pool b
Info: It’s successful to create an IP address pool.
[r5-ip-pool-b]net
[r5-ip-pool-b]netw .
[r5-ip-pool-b]network 10.1.1.128 mask 27
[r5-ip-pool-b]gat
[r5-ip-pool-b]gateway-list 10.1.1.158
[r5-ip-pool-b]sta
[r5-ip-pool-b]static-bind ip-
[r5-ip-pool-b]static-bind ip-address 10.1.1.130 mac
[r5-ip-pool-b]static-bind ip-address 10.1.1.130 mac-address 54
[r5-ip-pool-b]q
[r5]int g0/0/2
[r5-GigabitEthernet0/0/2]dhcp select global
边栏推荐
- Get the start time and end time of the current month half a year ago
- [Pytorch] Study Notes (1)
- 2022杭电多校五 C - Slipper (dijkstra+虚拟结点)
- 获取一星期前的时间 n-1 为含当天 一周7天 7-1
- (2022牛客多校五)H-Cutting Papers(签到)
- 51nod 1706 最短路 + 思维
- 【深度学习】TensorFlow学习之路一:TensorFlow简介及线性回归、逻辑回归实现
- 风控建模一:好坏标签定义
- 开源协议(Open Source License)
- 03 Spark on 读取内部数据分区策略(源码角度分析)
猜你喜欢
05 Spark on 读取内部数据分区存储策略(源码角度分析)
(2022杭电多校五)1010-Bragging Dice (思维)
51nod2614 小B爱旅行 (参考范艺杰代码 基本抄袭 太难了)
Binary tree level traversal and examples
(2022牛客多校五)H-Cutting Papers(签到)
开源协议(Open Source License)
LightningChart .NET 10.3.2 Crack 支持旧项目直接升级
风控建模一:好坏标签定义
[PP-YOLOv2] Training a custom dataset
freemarker的基本语法及入门基础
随机推荐
ABP中的数据过滤器
linux环境安装mysql和使用中的常见问题
力扣每日一题-第50天-383. 赎金信
[YOLOv5] 6.0 environment construction (updated from time to time)
51nod 2887 抓小偷 平面图最小割转换成最短路
(2022牛客多校五)H-Cutting Papers(签到)
grpc系列3-自定义端镜像GOAWAY with error code ENHANCE_YOUR_CALM and debug data equal to “too_many_pings“
RHCSA--第一天
[QNX Hypervisor 2.2用户手册]10.12 ser8250vdev ser8250 options
获取本周的开始时间
获取半年前当月的开始时间及当天结束时间
TensorFlow learning path deep learning 】 【 3: gradient disappear \ explosion and solution
最小生成树prim 求得 树上两点之间的最大最小值
词云简单生成
Golang gorm 数据库连接,迁移,索引
MySQL 高级知识【 MyISAM 读锁写锁限制】
(2022杭电多校六)1010-Planar graph(最小生成树)
不躺平,然后做到极致,就是最大的“安全感”
(2022牛客多校二)L-Link with Level Editor I(动态规划)
【深度学习】TensorFlow学习之路一:TensorFlow简介及线性回归、逻辑回归实现