泡泡网首页
热门论坛:
手机论坛
数码相机论坛
笔记本论坛
DIY论坛
液晶电视论坛
液晶显示器论坛
在线攒机
使用帮助
泡泡俱乐部
游客
登录
注册
帮助
PCPOP.COM
>
产品论坛
>
交换机论坛
>
水星论坛
>
水星S108M论坛
logic router配置案例
‹‹ 上一主题
下一主题 ››
标题:logic router配置案例
数码相机金牌推荐商家!
yuhuehte
级别:列兵
威望:8
性别:男
发帖数:1
贡献币:0
回帖数:0
来自:其它
●
查看博客文集
楼主
发表于:08-04-03 07:28
资料
博客
相册
点击楼层复制帖子链接
楼主
电脑直销免费咨询电话 800 858 2293
logic router配置案例
version 7.2R2.4;
system {
host-name Juniper-Lab;
backup-router 172.27.10.129;
time-zone Asia/Shanghai;
saved-core-context;
ports {
console type vt100;
auxiliary type vt100;
}
login {
user juniper {
uid 2002;
class superuser;
authentication {
encrypted-password "$1$fTE4aVvP$u8euyzJMcJdVZ/AlBCNoj1"; ## SECRET-DATA
}
}
user lab {
uid 2000;
class super-user;
authentication {
encrypted-password "$1$egKb445d$Ygcrc.fzXzxi0nw966brT1"; ## SECRET-DATA
}
}
}
services {
ftp;
ssh {
root-login allow;
protocol-version v2;
}
telnet;
}
compress-configuration-files;
}
logical-routers {
c1 {
interfaces {
fxp2 {
unit 10 {
vlan-id 10;
family inet {
address 172.16.0.6/30;
}
}
unit 20 {
vlan-id 20;
family inet {
address 172.16.0.10/30;
}
}
}
lo0 {
unit 200 {
family inet {
address 200.200.0.1/32;
}
}
}
}
protocols {
bgp {
group r4 {
type external;
multihop;
export r4;
peer-as 65412;
neighbor 10.0.3.4;
}
}
}
policy-options {
policy-statement null {
then reject;
}
policy-statement r4 {
term first {
from {
route-filter 200.200.0.0/16 exact;
}
then {
as-path-prepend "10458 14203 701 4230";
accept;
}
}
term second {
from {
protocol static;
route-filter 200.0.0.0/8 orlonger;
route-filter 32.0.0.0/8 longer;
route-filter 172.16.0.0/16 orlonger;
}
then {
as-path-prepend 65000;
accept;
}
}
}
}
routing-options {
static {
route 200.200.0.0/16 reject;
route 200.200.0.0/24 discard;
route 200.200.1.0/24 discard;
route 200.200.2.0/24 discard;
route 200.200.3.0/24 discard;
route 200.200.4.0/24 discard;
route 200.200.5.0/24 discard;
route 200.200.6.0/24 discard;
route 200.200.7.0/24 discard;
route 32.0.0.0/16 {
discard;
as-path {
path 420;
}
}
route 200.200.0.0/28 discard;
route 10.0.1.0/24 discard;
route 200.200.5.128/25 discard;
route 10.0.3.4/32 next-hop [ 172.16.0.5 172.16.0.9 ];
}
autonomous-system 65010;
}
}
c2 {
interfaces {
fxp2 {
unit 80 {
vlan-id 80;
family inet {
address 172.16.0.26/30;
}
}
}
lo0 {
unit 80 {
family inet {
address 201.201.0.1/32;
}
}
}
}
protocols {
bgp {
group r7 {
type external;
export r7;
neighbor 172.16.0.25 {
peer-as 65412;
}
}
}
}
policy-options {
policy-statement r7 {
term 1 {
from protocol static;
then {
as-path-prepend 65020;
accept;
}
}
term 2 {
from {
protocol direct;
route-filter 201.201.0.0/24 exact;
}
then accept;
}
}
}
routing-options {
static {
route 201.201.0.0/24 discard;
route 201.201.1.0/24 discard;
route 201.201.2.0/24 discard;
route 201.201.3.0/24 discard;
route 201.201.4.0/24 discard;
route 201.201.5.0/24 discard;
route 201.201.6.0/24 discard;
route 201.201.7.0/24 discard;
route 0.0.0.0/0 {
discard;
as-path {
path "62 39";
}
}
route 64.0.0.0/7 discard;
route 201.201.0.7/32 discard;
route 210.210.16.128/26 {
discard;
as-path {
path 65010;
}
}
}
autonomous-system 65020;
}
}
ospf-RTR {
interfaces {
fxp1 {
unit 70 {
vlan-id 70;
family inet {
address 172.16.40.1/30;
}
}
}
fxp2 {
unit 60 {
vlan-id 60;
family inet {
address 172.16.40.5/30;
}
}
}
lo0 {
unit 192 {
family inet {
address 192.168.0.1/32;
address 192.168.1.1/32;
address 192.168.2.1/32;
address 192.168.3.1/32;
address 192.168.4.1/32;
address 192.168.5.1/32;
address 192.168.6.1/32;
}
}
}
}
protocols {
inactive: ospf {
export advertise-ospf;
area 0.0.0.2 {
nssa;
authentication-type simple;
interface fxp1.70 {
authentication {
simple-password "$9$EwUhlM8LNbYoxN"; ## SECRET-DATA
}
}
interface fxp2.60 {
authentication {
simple-password "$9$g74GikqfznCmf"; ## SECRET-DATA
}
}
}
}
rip {
group rip-grp {
export advertise-rip;
neighbor fxp1.70;
neighbor fxp2.60;
}
}
}
水星 S108M论坛相关热帖
●
水星 S108M论坛精彩评论汇总
水星 S108M
查看最新报价
[
参数
] [
评测
] [
图片
]
泡泡论坛提醒:网上购物易上当,请不要给论坛内网上购物广告贴打款
回复
回复
喜迎奥运,天天特价!
功能:
插图
传图
插链接
传文件
内容:
上传附件
文件尺寸: 小于 3 MB
可用扩展名: rar, zip, gif, jpg, png ,mp3 ,sis ,sisx ,mp4 ,3gp ,jar ,wav ,wma ,jad ,nth png
用户名:
密码:
登录发言
立即注册!
[完成后可按Ctrl+Enter 发布]
产品论坛导航
手机论坛
数码相机论坛
笔记本论坛
DIY攒机论坛
LCD论坛
显卡论坛
主板论坛
CPU论坛
液晶电视论坛
鼠标论坛
查看所有论坛
论坛热帖排行
1
N95拍的宝马和其他的照片 有批95镜头做工出问题了
132042点击
2
豪车酒店美女!新入D40拍迪拜美景奉献
113102点击
3
D200国庆特照欢迎大家拍砖(夜景、烟花)
102542点击
4
我用N73拍的我老婆!!!!
92042点击
5
硬件测试+拆解图+使用感受,达人图解学生机T61
78095点击
6
给我的东芝4100XCDT换灯管全过程(有详细图片)
76031点击
7
N73资源汇总帖(主题、软件、游戏一网打尽)
50498点击
8
6500随时随拍(持续更新)
31988点击
9
该为手机选择什么样耳机的个人看法
29031点击
10
我买的所谓“全新库存IBM笔记本”图片
28330点击
论坛更多精彩帖子
产品论坛精彩推荐
奥运圣火来到长春
浪漫海边沙滩热照
关于我们
|
广告业务
|
受众群体
|
招聘信息
|
联系我们
|
网站地图
Copyright © 1998-2006 PCPOP, All Rights Reserved 泡泡网 版权所有