On a Cisco Catalyst 9300 Series Switch, the guest shell is being used to create a service within a container. Which change is needed to allow the service to have external access?
A.
Apply ip nat overload on VirtualPortGroup0.
B.
Apply ip nat inside on Interface VirtualPortGroup0.
C.
Apply ip nat outside on Interface VirtualPortGroup0.
D.
Apply ip nat inside on Interface GigabitEthernet1.
B is correct
### Connectivity via L3 Routed Interface ##
In such a configuration, the device itself will be a default gateway for the container. For the external connectivity, NAT might be required and may be performed on the device itself (with the VirtualPortGroup interface as “inside” and outgoing routing interface as “outside”).
Example:
interface GigabitEthernet1/0/20
ip address dhcp
ip nat outside
!
interface VirtualPortGroup1
ip address 10.1.0.1 255.255.255.0
ip nat inside
!
Connectivity via L3 Routed Interface
In such a configuration, the device itself will be a default gateway for the container. For the external connectivity, NAT might be required and may be performed on the device itself (with the VirtualPortGroup interface as “inside” and outgoing routing interface as “outside”). Here’s an example:
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
FR99
Highly Voted 2 years, 9 months agodesignated
Most Recent 9 months agoferock
1 year ago