it actually works... this is really exciting, i mean it this time..
root@junosA> show configuration
## Last commit: 2012-08-08 22:25:11 UTC by root
version 10.1R1.8;
system {
host-name junosA;
root-authentication {
encrypted-password "$1$ALnM4HQI$/VI9YObWi1PmMT4J0uJVn1"; ## 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;
}
}
}
}
protocols {
lldp {
advertisement-interval 10;
}
}
root@junosA>
or
root@junosB> show configuration | display set
set version 10.1R1.8
set system host-name junosB
set system root-authentication encrypted-password "$1$.65Y7GJ5$IIOJYhHJYNpeN4s4G2VXa1"
set system syslog user * any emergency
set system syslog file messages any notice
set system syslog file messages authorization info
set system syslog file interactive-commands interactive-commands any
set interfaces em0 unit 0 family inet address 192.168.1.2/24
set protocols lldp advertisement-interval 10
root@junosB>
now that's some creamy goodness... still working on lldp..
No comments:
Post a Comment