Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Router#en
- Router#conf t
- Enter configuration commands, one per line. End with CNTL/Z.
- Router(config)#int Gig0/0
- %Invalid interface type and number
- Router(config)#int Gig0/0/0
- Router(config-if)#ip address 192.168.0.1 255.255.255.0
- Router(config-if)#no shutdown
- Router(config-if)#
- %LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- do write memory
- Building configuration...
- [OK]
- Router(config-if)#ip dhcp pool net1
- Router(dhcp-config)#ip address 192.168.0.1 255.255.255.0
- ^
- % Invalid input detected at '^' marker.
- Router(dhcp-config)#network 192.168.0.1 255.255.255.0
- Router(dhcp-config)#exit
- Router(config)#
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
- en
- % Ambiguous command: "en"
- Router(config)#exit
- Router#
- %SYS-5-CONFIG_I: Configured from console by console
- Router#en
- Router#conf t
- Enter configuration commands, one per line. End with CNTL/Z.
- Router(config)#int Gig0/0/0
- Router(config-if)#int Gig0/0/1
- Router(config-if)#ip address 128.1.1.1 255.255.0.0
- Router(config-if)#no shutdown
- Router(config-if)#
- %LINK-5-CHANGED: Interface GigabitEthernet0/0/1, changed state to up
- %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/1, changed state to up
- do write memory
- Building configuration...
- [OK]
- Router(config-if)#network 128.1.1.1 255.255.0.0
- ^
- % Invalid input detected at '^' marker.
- Router(config-if)#ip dhcp pool net2
- Router(dhcp-config)#network 128.1.1.1 255.255.0.0
- Router(dhcp-config)#exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement