Interface GigabitEthernet0 "", is up, line protocol is up Hardware is Linux Ethernet Dev, BW 100 Mbps, DLY 100 usec (Full-duplex), (100 Mbps) Input flow control is unsupported, output flow control is unsupported Available but not configured via nameif MAC address 0000.ab8f.9900, MTU not set IP address 192.168.1.1, subnet mask 255.255.255.0 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 pause input, 0 resume input 0 L2 decode drops 0 packets output, 0 bytes, 0 underruns 0 pause output, 0 resume output 0 output errors, 0 collisions, 0 interface resets 0 late collisions, 0 deferred 0 input reset drops, 0 output reset drops input queue (blocks free curr/low): hardware (0/0) output queue (blocks free curr/low): hardware (0/0) ciscoasa# sh interface ip br Interface IP-Address OK? Method Status Protocol GigabitEthernet0 unassigned YES manual up up ???? GigabitEthernet1 unassigned YES unset administratively down up GigabitEthernet2 unassigned YES unset administratively down up GigabitEthernet3 unassigned YES unset administratively down up GigabitEthernet4 unassigned YES unset administratively down up GigabitEthernet5 unassigned YES unset administratively down up ciscoasa#
no ping to router, another asa.. to anywhere ((
R1# R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#interf fa0/0 R1(config-if)#ip address 192.168.1.2 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#exit R1#pi *Mar 1 00:01:33.203: %SYS-5-CONFIG_I: Configured from console by console R1#ping 192.168.1.1
Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) R1#ping 192.168.1.2
Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
windows 7 x64 gns3 v0.8.4
|