What is the maximum number of input policy lists that you can attach to an IP interface?() A.1B.2C.128D.512

What is the maximum number of input policy lists that you can attach to an IP interface?()

A.1

B.2

C.128

D.512


相关考题:

22.In the daytime, when you dive in the sea, you ________A. can see everything green and blueB. can- t be in dangerC. can catch nothingD. can't see anything clearly

This is very important. You_____remember to shut down your computer everyevenlng。A. oughtB. needC. mustD. can

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

—_______ I return the book to the library this week?— No, you _______.You can keep it until the end of this month. A.Must; needn’tB.Can; can’tC.May; mustn’tD.Can; mustn’t

Which command shows if an access list is assigned to an interface?() A. show ip interface [interface] access-listsB. show ip access-lists interface [interface]C. show ip interface [interface]D. show ip access-lists [interface]

在route-policy的if-Match字句中,有以下命令,可以用于所有路由协议的是() A. if-match as-path aspath-list-numB. if-match community community-list-numC. if-match interface type numberD. if-match ip next-hop \{acl-number | ip-prefix ip-prefix-name}

18、如果依次输入4, 6.8, 1, 9.7, -2,请问以下程序的输出结果是____________。number = eval(input()) max = number while number>0: number = eval(input()) if number > max: max = number print(max)

16、如果输入4, -1, 6, 9, 8, 3, 0,请问以下程序的输出结果是() number = int(input('Enter an integer: ')) max = number while number != 0: number = int(input('Enter an integer: ')) if number > max: max = num print(max)

如果依次输入4, 6.8, 1, 9.7, -2,请问以下程序的输出结果是____________。number = eval(input()) max = number while number>0: number = eval(input()) if number > max: max = number print(max)

如果输入4, -1, 6, 9, 8, 3, 0,请问以下程序的输出结果是? number = int(raw_input('Enter an integer: ')) max = number while number != 0: number = int(raw_input('Enter an integer: ')) if number > max: max = number print max