A) debug ip nat
B) show access – list
C) show ip nat translation
D) show ip nat statistics
View Answer
Option – B.
More Questions
A single packet on a data link is known as
Curdling of milk is an example of
How many 4-letter words with or without meaning, can be formed out of the letters of the word, ‘LOGARITHMS’, if repetition of letters is not allowed ?
A balloon filled with hydrogen will
Which state announced the shift of financial year from March – April to Jan – December ?
Choose Odd one out of the options ?
Who was the first englishman to sail around the world?
A proxy server is used for which of the following?
In a certain code language CONCENTRATION is written as QQJGZIGQGDMLX. How will NITRIFICATION be written in that code language?
public abstract class Shape { private int x; private int y; public abstract void draw(); public void setAnchor(int x, int y) { this.x = x; this.y = y; } } Which two classes use the Shape class correctly?