PCNSA Managing Objects • Complete Question Bank
Complete PCNSA Managing Objects question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
deviceconfig {
devices {
localhost.localdomain {
vsys {
vsys1 {
address {
entry {
@name = "WebServer-1";
ip-netmask = "10.0.1.10/32";
}
entry {
@name = "WebServer-2";
ip-range = "10.0.1.20-10.0.1.25";
}
entry {
@name = "WebServers-Group";
dynamic {
filter = "'WebServer-*'";
}
}
}
}
}
}
}
}Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Passively monitors traffic without blocking
Transparent layer 2 deployment
Routable mode with IP addresses
Failover configuration with one standby unit
Drag a concept onto its matching description — or click a concept then click the description.
Displays firewall version and uptime
Lists all interfaces and their status
Displays active security rules
Reboots the firewall
Refer to the exhibit. config shared object address-group 'web-servers' type static member [ 'server1' 'server2' ] end
Refer to the exhibit. debug log message: 'rule 'Allow-Web', source zone 'trust', destination zone 'untrust', source user 'any', source address '10.0.0.0/8', destination address 'any', application 'web-browsing', service 'service-http', action 'allow'.'
Refer to the exhibit. show running config | match object set service 'MyService' protocol tcp port 443 set address 'MyServer' ip-netmask 192.168.1.10/32 set address-group 'ServerGroup' static [ MyServer ]
> show address-group "web-servers" Address group name: web-servers Type: static Members: web-01 web-02 web-03
> show address-group "db-servers" Address group name: db-servers Type: dynamic Match tags: any Tags: database Members: db-01 (tag: database) db-02 (tag: database)
TRAFFIC log: time: 2024/01/01 10:00 src: 192.168.1.100 dst: 10.0.0.50 rule: rule1 action: allow application: web-browsing service: service-https
admin@PA-5050> show running address-group MyServers name: MyServers type: dynamic filter: "'Production' andd 'Web'"