juniper multi-area OSPF
root@R1# show ## Last changed: 2012-10-30 13:26:21 UTCversion 11.1R1.14;
system {
host-name R1;
root-authentication {
encrypted-password 123; ## SECRET-DATA
}
syslog {
user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
}
interfaces {
em0 {
unit 0 {
family inet {
address 192.168.1.1/24;
}
}
}
lo0 {
unit 0 {
family inet {
address 1.1.1.1/24;
}
}
}
}
routing-options {
max-interface-supported 0;
}
protocols {
ospf {
area 0.0.0.0 {
interface em0.0;
}
area 0.0.0.1 {
interface lo0.0;
}
}
}
页:
[1]