15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
hostname R3
|
|
|
|
interface g0/0.10
|
|
description Gateway pour le reseau 172.16.50.0/24
|
|
ip address 172.16.50.254 255.255.255.0
|
|
encapsulation dot1Q 10
|
|
no shutdown
|
|
|
|
interface g0/0.20
|
|
description Gateway pour le reseau 172.16.60.0/24
|
|
ip address 172.16.60.254 255.255.255.0
|
|
encapsulation dot1Q 20
|
|
no shutdown
|
|
|
|
end |