Given the following two AS path regular expressions: "65000+ (65001|65002)" "65000(65001|65002){0,}" Which AS path matches both regular expressions?()
A、65000 65001 65002
B、65000 65002
C、65001 65000
D、65001 65002
A、65000 65001 65002
B、65000 65002
C、65001 65000
D、65001 65002
A、A. This command is applied to the core router facing interface. B、B. This command is applied to the customer facing interface. C、C. The 4 is locally significant and identifies the layer 2 circuit. D、D. The 4 must match exactly on the peer router configuration on the remote end.
A、A.Compilation fails. B、B.Nothing is added to the file system. C、C.Only a new file is created on the file system. D、D.Only a new directory is created on the file system. E、E.Both a new file and a new directory are created on the file system.
A、Increase the size of rootvg. B、Delete unnecessary files in the / (root) file system. C、Edit /etc/inittab and correct any erroneous entries. D、Run fsck on the rootvg and recreate the log device with the following command: /usr/sbin/logform /dev/hd8.
A、The route does not match this policy. B、The route is accepted. C、The route is rejected. D、The route is accepted with a metric of 6.
A、It reduces the maximum file size allowed within the given volume group. B、It reduces the maximum number of files allowed within the given volume group. C、It reduces the maximum number of logical volumes allowed within the given volume group. D、It reduces the maximum number of physical volumes allowed within the given volume group.
A、A.SELECT * FROM T1 MINUS SELECT * FROM T2 B、B.SELECT * FROM T1 EXCEPT SELECT * FROM T2 C、C.SELECT * FROM T2 UNION EXCEPT SELECT * FROM T1 D、D.SELECT * FROM T1 NOT EXISTS SELECT * FROM T2