Skip to content

CISCO day 2

cpx July 5, 2009 2 min read Cisco

LIMIT

dhcp-84#conf
dhcp-84#configure t
Enter configuration commands, one per line.  End with CNTL/Z.
dhcp-84(config)#int fa1
dhcp-84(config-if)#rate
dhcp-84(config-if)#no rate
dhcp-84(config-if)#no rate-limit
% Incomplete command.

dhcp-84(config-if)#
dhcp-84(config-if)#$28000 128000 conform-action transmit exceed-action drop
no rate-limit h rate-limit input 512000 128000 128000 conform-action transmit ex              ^ceed-action drop

% Invalid input detected at ‘^’ marker.

dhcp-84(config-if)#$000 128000 conform-action transmit exceed-action drop
dhcp-84(config-if)#exit
dhcp-84(config)#exi
dhcp-84#show
*Jul  3 07:36:37.918: %SYS-5-CONFIG_I: Configured from console by console
% Type “show ?” for a list of subcommands
dhcp-84#show run int fa1
Building configuration…

Current configuration : 112 bytes
!
interface FastEthernet1
ip address dhcp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
end

http://docs.ludost.net

NAT port (R desktop config )

dhcp-84>
dhcp-84>enable
Password:
Password:
Password:
dhcp-84#conf
dhcp-84#configure t
Enter configuration commands, one per line.  End with CNTL/Z.
dhcp-84(config)#
dhcp-84(config)#ip nat inside ?
destination  Destination address translation
source       Source address translation

dhcp-84(config)#ip nat inside source static ?
A.B.C.D  Inside local IP address
esp      IPSec-ESP (Tunnel mode) support
network  Subnet translation
tcp      Transmission Control Protocol
udp      User Datagram Protocol

dhcp-84(config)#ip nat inside source static a
dhcp-84(config)#ip nat inside source static tcp
dhcp-84(config)#ip nat inside source static tcp ?
A.B.C.D  Inside local IP address

dhcp-84(config)#ip nat inside source static tcp 192.168.14.2
% Incomplete command.

dhcp-84(config)#ip nat inside source static tcp 192.168.14.2 ?
<1-65535>  Local UDP/TCP port

dhcp-84(config)#ip nat inside source static tcp 192.168.14.2 3389 ?
A.B.C.D    Inside global IP address
interface  Specify interface for global address

dhcp-84(config)#ip nat inside source static tcp 192.168.14.2 3389 ?
A.B.C.D    Inside global IP address
interface  Specify interface for global address

dhcp-84(config)#ip nat inside source static tcp 192.168.14.2 3389 Fa1 ?
% Unrecognized command
dhcp-84(config)#ip nat inside source static tcp 192.168.14.2 3389 int Fa1 ?
<1-65535>  Global UDP/TCP port

dhcp-84(config)#$de source static tcp 192.168.14.2 3389 int Fa1 3389 ?
<cr>

dhcp-84(config)#$de source static tcp 192.168.14.2 3389 int Fa1 3389

dhcp-84#show ip nat translations
Pro Inside global      Inside local       Outside local      Outside global
udp 192.168.0.84:137   192.168.14.2:137   192.168.0.1:137    192.168.0.1:137
tcp 192.168.0.84:1341  192.168.14.2:1341  84.238.129.155:80  84.238.129.155:80
tcp 192.168.0.84:3389  192.168.14.2:3389  192.168.0.98:34882 192.168.0.98:34882
tcp 192.168.0.84:3389  192.168.14.2:3389  —

OSPF

Kak edniq da dava default marshrut na drugiq?

Redistributirane na stati4ni connected(direktno svurzani) .

0 0 votes
Article Rating
guest

0 Comments
Oldest
Newest Most Voted
0
Would love your thoughts, please comment.x
()
x