Show running-config, Dual trunk e1 router – Black Box LRU4240 User Manual

Page 166

Advertising
background image

154

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

Command Syntax: show ip route
Command Mode: Enable
connected Connected
kernel Kernel
rip Routing Information Protocol (RIP)
static Static routes
A.B.C.D Network in the IP routing table to display
A.B.C.D/M IP prefix <network>/<length>, e.g., 35.0.0.0/8
Examples

kernel(enable)#show ip route
106:Codes: K - kernel route, C - connected, S - static, R - RIP, > - selected route, * - FIB route
108:
109:C>* 10.1.1.0/24 is directly connected, net1
110:S 10.1.1.0/24 [1/0] is directly connected, net1
111:C>* 10.1.3.0/24 is directly connected, net2
112:S 10.1.3.0/24 [1/0] is directly connected, net2
113:S 10.20.30.0/24 [3/0] is directly connected, net2
114:S> 10.20.30.0/24 [2/0] is directly connected, net1
115:S 70.80.90.0/24 [3/0] is directly connected, net1
116:S> 70.80.90.0/24 [2/0] is directly connected, net2
117:C>* 172.30.65.0/24 is directly connected, e0
118:S 172.30.65.0/24 [1/0] is directly connected, e0

kernel(enable)#show ip route rip
90: Codes: K - kernel route, C - connected, S - static, R - RIP,
91: > - selected route, * - FIB route 92:
93: R> 60.10.1.0/24 [120/2] via 60.10.2.1, net2, 08w5d11h
94: R> 60.10.1.2/32 [120/2] via 60.10.2.1, net2, 08w5d11h
95: R> 60.10.4.0/24 [120/2] via 60.10.2.1, net2, 08w5d11h
96: R> 60.10.4.2/32 [120/2] via 60.10.2.1, net2, 08w5d11h
97: R> 60.10.5.0/24 [120/2] via 60.10.2.1, net2, 08w5d11h
98: R> 172.18.0.0/16 [120/2] via 60.10.2.1, net2, 08w5d11h

show running-config

Use the show running-config command to show running config.
Command Syntax
show running-config
Command Mode: enable
There are no arguments or keywords for this command.
Examples

kernel(enable)#show running-config
76:
77: Current configuration:
78: !
79: hostname router
80: password zebos
81: enable password zebos
82: !
83: interface e0
84: shutdown
85: !
86: interface mlppp
87: shutdown
88: !
89: interface net1
90: shutdown
91: !
92: interface net2
93: !
94: ip route 33.33.0.0/16 net2 0
95: ip route 44.44.0.0/16 net2 0
96: !
97: line vty
98: no login
99: !
100: end

Advertising