các bạn cho mình hỏi có cách nào để lấy những lệnh mình đã cấu hình dạng như:
chứ không phải là xem trong file config như thế này
thanks all!
Code:
Pix(config)# interface e0 Pix(config-if)# nameif outside Pix(config-if)#ip address 192.168.64.1 255.255.255.0 Pix(config-if)#no shutdown Pix(config)# interface e1 Pix(config-if)# nameif inside Pix(config-if)#ip address 10.0.64.2 255.255.255.0 Pix(config-if)#no shutdown
Code:
! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname WeServer ! boot-start-marker boot-end-marker ! enable password cisco ! no aaa new-model ! ! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface FastEthernet1/0 ip address 192.168.64.2 255.255.255.0 duplex auto speed auto ! interface FastEthernet1/1 no ip address shutdown duplex auto speed auto ! ip route 0.0.0.0 0.0.0.0 192.168.64.1 ! ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end
Comment