24 nov. 2011
Frame Relay: debugs
Error message: %Address already in map
r1#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#int s0/0
r1(config-if)#frame-relay map ip 150.0.0.4 104 broadcast
%Address already in map
r1(config-if)#do clear frame-relay inarp
r1(config-if)#frame-relay map ip 150.0.0.4 104 broadcast
r1(config-if)#
NTP - ACL
NTP - Network Time Protocol Packet types: - Control messages : don't bother with this. - NTP request/update messages: used for time sy...
-
Create a loopback Interface on MacOS X: ifconfig lo0 alias 172.16.123.1 will add an alias IP 172.16.123.1 to the loopback adapter ifconf...
-
NTP - Network Time Protocol Packet types: - Control messages : don't bother with this. - NTP request/update messages: used for time sy...
-
Small Python Client/Server Application Client #!/usr/bin/env python import socket TCP_IP = '10.0.0.10' TCP_PORT = 21 ...