Juniper路由器入门之一:需要子接口的端口配置

set interfaces fe-2/0/1
vlan-tagging             
――――在配置接口启用封装VLAN

set interfaces fe-2/0/1 unit 424 vlan-id
424      
―――――配置子接口,VLAN 424

set interfaces fe-2/0/1 unit 424 family inet address
192.168.254.146/30  ――配置子接口地址

Juniper路由器入门之二:无需子接口配置

set interfaces fe-2/0/23 unit 0 family inet address
222.60.11.154/29   ――直接配置地址

Juniper路由器入门之三:E1口配置

set interfaces e1-3/0/0 encapsulation ppp
封装链路类型,包含PPP,HDLC,根据实际情况配置

set interfaces e1-3/0/0 e1-options framing unframed
封装帧格式,参数包含unframed,g704, g704-no-crc4

set interfaces e1-3/0/0 unit 0 family inet address 192.168.1.126/30
配置地址

Juniper路由器入门之四:CE1配置

set interfaces ce1-4/0/0 clocking external

set interfaces ce1-4/0/0 e1-options framing g704-no-crc4

set interfaces ce1-4/0/0 partition 1 timeslots
1-31   
――――设置信道1及时隙1-31

set interfaces ce1-4/0/0 partition 1 interface-type
ds  ――――子接口类型DS

set interfaces ds-4/0/0:1 encapsulation
ppp        
―――――配置子接口封装ppp

set interfaces ds-4/0/0:1 unit 0 family inet filter input NYYH

set interfaces ds-4/0/0:1 unit 0 family inet address
10.238.173.197/30  ――――配置地址

Juniper路由器入门之五:策略配置

set firewall filter shigonganjuMAS term 1 from source-address
10.238.173.180/30

set firewall filter shigonganjuMAS term 1 then accept

set firewall filter shigonganjuMAS term 2 from source-address
10.238.173.0/24

set firewall filter shigonganjuMAS term 2 from source-address
10.238.179.0/24

set firewall filter shigonganjuMAS term 2 then discard

set firewall filter shigonganjuMAS term 3 then accept

set interfaces fe-2/0/0 unit 44 family inet filter input
jiaotongyinhangduanxin―――将策略应用至子接口。

本文使用Blog_Backup未注册版本导出,请到soft.pt42.com注册。

最新文章

  1. Windows平台Tomcat服务搭建
  2. Shift的用法
  3. 修改MySQL的默认数据存储引擎
  4. svn用法:摘自http://wh-vip-126-com200907043220.iteye.com/blog/424642
  5. hdu 5791 (DP) Two
  6. python_模块
  7. Lucene 对文档打分的规则整理记录
  8. ORA-01722: invalid number
  9. asp下实现多条件模糊查询SQL语句
  10. oracle常用命令【转载】
  11. python正则表达式例子说明
  12. The Moving Points hdu4717
  13. 解决Unable to find setter method for attribute: [commandName]
  14. java虚拟机的内存模型
  15. 工作中经常用到github上优秀、实用、轻量级、无依赖的插件和库
  16. flask 数据库操作(增删改查)
  17. centOS 6.5关闭防火墙步骤
  18. Spring Cloud feign
  19. [整理]前端模块化开发AMD CMD
  20. 装饰者模式及C++实现

热门文章

  1. 出现“ORA-28000:the account is locked”的解决办法
  2. Android学习——动态注册监听网络变化
  3. layer自定义弹窗样式
  4. MySQL--增删改查分页存储过程以及事务
  5. 很实用的html meta标签实现页面跳转
  6. MAMP PRO mysql无法启动
  7. IDEA中使用Database管理工具
  8. android apk的签名和权限问题
  9. centos7安装mwget下载资源,提升下载速度
  10. Ubuntu Server下docker实战 01: 安装docker