Functions
IP Routing
Display of routing table
R o u t i n g L i s t E n t r i e s : 3 e n t r i e s ( s t a t i c l o c a l g a t e w a y s
e x c l u d e d )
I d
-
1
2
3
D e s t . I P
0 . 0 . 0 . 0 / 0
1 0 . 0 . 0 . 0 / 8
2 0 . 0 . 0 . 0 / 8
3 0 . 0 . 0 . 0 / 8
M e t
-
1
1
1
T T L
-
1 8 0
1 8 0
1 8 0
N e x t H o p
1 0 . 0 . 0 . 1
-
-
-
I n t e r f a c e
s y s 0
s y s 0
v l a n 1 0
v l a n 2 0
P r o t o c o l
L o c a l
L o c a l
L o c a l
L o c a l
Static routes can be configured with a command while stating target IP address, Subnet
mask, next router IP address, Metric and are added permanently to the routing table.
Preconditions are:
•
The target network is not identical with the local network
•
The next-hop-address is included in the address range of the local network
•
Metric, if mentioned at all has a value between 1 and max. Diameter (the typical maximum
value is Diameter 16)
Commands for the routing table and routes
< s e t i p r o u t e { I P a d d r e s s } { s u b n e t m a s k } { n e x t h o p }
< c l e a r i p r o u t e { I P a d d r e s s } >
< c l e a r i p d y n a m i c - r o u t e s >
< s e t i n t e r f a c e v l a n { 1 - 4 0 9 4 } r i p m e t r i c - o f f s e t { 0 - 2 5 5 } >
< s e t r o u t e r a u t o - s u m m a r i z a t i o n { a d v a n c e d | n o r m a l | o f f } >
2.31.3
Configure Routing Protocol RIP
The Routing Information Protocol (RIP) is a distance vector routing protocol that
automatically synchronizes the routing tables of connected routers.
EDS500 devices support RIP in the versions 1 and 2 including split horizon and triggered
updates.
Default configuration:
The default value for RIP is: no rip.
Example for show router rip
R I P r o u t i n g p r o t o c o l i s e n a b l e d o n t h i s r o u t e r .
M a x i m u m n e t w o r k d i a m e t e r c o n f i g u r e d i s 1 5 h o p s .
T i m e t o l i v e ( T T L ) f o r r o u t e e n t r i e s : 1 8 0 s e c o n d s
H o l d d o w n t i m e f o r r e m o v e d e n t r i e s : 1 2 0 s e c o n d s
U p d a t e i n t e r v a l ( a d v e r t i s e m e n t s ) 3 0 s e c o n d s
I n c o m i n g R I P v e r s i o n ( s ) a c c e p t e d : 2
A u t h e n t i c a t i o n i s d i s a b l e d .
Commands for RIP
< s e t r o u t e r [ n o ] r i p >
< s e t r o u t e r r i p [ n o ] a c c e p t - v 1 >
< s e t r o u t e r r i p a u t h e n t i c a t i o n - k e y { p a s s w o r d } >
< s e t r o u t e r r i p n o a u t h e n t i c a t i o n - k e y >
< s e t r o u t e r r i p m a x - d i a m e t e r { 0 - 2 5 4 } >
< s e t r o u t e r r i p t i m e - t o - l i v e { 1 - 6 5 5 3 5 } >
1KGT151021
V000 1
105