Here's an example:
enable ! a comment
configure terminal
interface FastEthernet0/0 ! now I will configure the FastEthernet0/0 interface
ip address 192.168.1.1 255.255.255.0
no shut
!
end
Some links:
Cisco IOS Command Line Interface Tutorial
enable ! a comment
configure terminal
interface FastEthernet0/0 ! now I will configure the FastEthernet0/0 interface
ip address 192.168.1.1 255.255.255.0
no shut
!
end