gns3中的juniper萤火虫+基本静态路由。
配置是http://kb.juniper.net/InfoCenter/index?page=content&id=KB21421中的笑脸
我要删除未传回区:
root# run show configuration
## Last commit: 2015-07-27 20:32:29 UTC by root
version 12.1X47-D20.7;
system {
root-authentication {
encrypted-password "$1$HtKID/TF$jteDsW8F17nSgIQj5e6KF0"; ## SECRET-DATA
}
}
interfaces {
ge-0/0/0 {
unit 0 {
family bridge {
interface-mode access;
vlan-id 10;
}
}
}
ge-0/0/1 {
unit 0 {
family bridge {
interface-mode access;
vlan-id 10;
}
}
}
irb {
unit 0 {
family inet {
address 172.27.186.63/24;
}
}
}
}
routing-options {
static {
route 0.0.0.0 next-hop 172.27.186.1
}
}
security {
policies {
from-zone trust to-zone trust {
policy 1 {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
}
}
}
bridge-domains {
test {
domain-type bridge;
vlan-id 10;
routing-interface irb.0;
}
}平172.27.186.2->172.27.186.3不工作
平172.27.186.2或3 -> 172.27.186.63工作。
我花了几个小时,我不知道哪里有问题。这是一个简单的配置来学习规则,理论上应该工作,但它不是。有人会问错误在哪里?
我做了一个静态路由之间的2个思科路由器-平工作,我添加路由器之间的juniper-a和设置类似于上述不幸也是无效的。
它甚至不操作这样简单的路由,其中有两个命令: youtube.com / watch?v=I9li31WvUA8
非常感谢您的帮助
发布于 2016-02-01 23:59:49
安全{策略{默认-策略{允许-所有;}
安全{区域{安全-区域内部{接口{ ge-0/0/0.0 {主机-入站-流量{系统-服务{ ping;ssh;telnet;all;}}.}
https://stackoverflow.com/questions/31672814
复制相似问题