A.VPN establishment B.packet-based forwarding C.stateful packet processing D.Network Address Translation
A.JUNOS Software for security platforms supports NAT and PAT; a traditional router does not support NAT or PAT. B.JUNOS Software for security platforms does not forward traffic by default; a traditional router forwards traffic by default. C.JUNOS Software for security platforms uses session-based forwarding; a traditional router uses packet-based forwarding. D.JUNOS Software for security platforms performs route lookup for every packet; a traditional router performs route lookup only for the first packet.
[edit groups] user@host# show node0 { system { host-name NODE0; } interfaces { fxp0 { unit 0 { family inet { address 1.1.1.1/24; } } } } } node1 { system { host-name NODE1; } interfaces { fxp0 { unit 0 { family inet { address 1.1.1.2/24; } } } } } In the exhibit, what is the function of the configuration statements?()
A.This section is where you define all chassis clustering configuration. B.This configuration is required for members of a chassis cluster to talk to each other. C.You can apply this configuration in the chassis cluster to make configuration easier. D.This section is where unique node configuration is applied.