A-A+
关于JUNOS下列配置正确的说法是() [edit interfaces] lo0 { unit 0 { family inet { filter
问题详情
关于JUNOS下列配置正确的说法是() [edit interfaces] lo0 { unit 0 { family inet { filter { input protect-routing-engine; } address 192.168.1.2/32; } } } [edit firewall] family inet { filter protect-routing-engine { term terminal-access { from { source-address { 192.168.1.10; 192.168.1.11; } protocol tcp; port ssh; } then { syslog; accept; } }
A、此系统loopback地址是192.168.1.2
B、只有192.168.1.10和192.168.1.11可以使用ssh访问loopback地址
C、192.168.1.10和192.168.1.11使用ssh访问loopback地址会记录日志
D、其他地址不能访问此路由器