Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 10
3Com Corporation
10-8
10.1.8 display fib begin
Syntax
display fib | [ { begin | include | exclude } text ]
View
Any view
Parameter
text: Character.
Description
Use the display fib command to output the lines related to the line containing the
character string text in the buffer according to the regular expression.
Use the display fib | begin text command to view the lines beginning from the line
containing the character string text to the end line of the buffer.
Use the display fib | include text command to just view the lines containing the
character string text.
Use the display fib | exclude text command to view the lines not containing the
character string text.
Example
# Display the lines beginning from the line containing the character string “169.254.0.0”
to the end line of the buffer:
<3Com> display fib | begin 169.254.0.0
Destination/Mask Nexthop Flag TimeStamp Interface
169.254.0.0/16 2.1.1.1 U t[0] Ethernet0/0/0
2.0.0.0/16 2.1.1.1 U t[0] Ethernet0/0/0
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0
# Display all the lines containing the character string “Ethernet0”:
<3Com> display fib | include ethernet0/0/0
Destination/Mask Nexthop Flag TimeStamp Interface
169.254.0.0/16 2.1.1.1 U t[0] Ethernet0/0/0
2.0.0.0/16 2.1.1.1 U t[0] Ethernet0/0/0
# Display all the lines not containing the character string ”169.254.0.0”:
<3Com> display fib | exclude 169.254.0.0
Destination/Mask Nexthop Flag TimeStamp Interface
2.0.0.0/16 2.1.1.1 U t[0] Ethernet0/0/0
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0










