Comenzi IOS pentru configurare adrese IP pe echipamente: -------------------------------------------------------- (Routere & Switch-uri): (se configureaza folosind: CLI) Routere: -------- > enable # config t (config)# int GigX/Y (config-if)# ip address A.B.C.D M.N.O.P (A.B.C.D - adresa IP ; M.N.O.P - SM) (config-if)# no shutdown (config-if)# exit (config)# int .... (daca este cazul pt o alta interfata) (config)# end Switch-uri: ----------- > enable # config t (config)# int vlan 1 (config-if)# ip address A.B.C.D M.N.O.P (A.B.C.D - adresa IP ; M.N.O.P - SM) (config-if)# no shutdown (config-if)# exit (config)# ip default-gateway W.X.Y.Z (W.X.Y.Z - adresa GW-ului) (config)# end (PC-urile se configureaza folosind: Desktop -> IP Configuration)