আমি বিশ্বাস করি না যে show interfaces | <some regex>
দুর্ভাগ্যজনকর চেয়ে সহজ কিছু আছে ।
সম্পাদনা:
নীচের মন্তব্যগুলি থেকে, @ স্যান্টিনো আরও সংক্ষিপ্ত রেজিএক্স নির্দেশ করেছেন:
show ip interface | include line protocol|access list
আমার পরীক্ষা এখন পর্যন্ত ইঙ্গিত দেয় যে এটি নীচে আমার আরও দীর্ঘ রেজিএক্সের মতো একই ফলাফল দেয়।
আমি সাধারণত এসিএলগুলি প্রয়োগ করা হয় তা সন্ধান করতে নিম্নলিখিতগুলি ব্যবহার করি:
show ip interface | include is up|is administratively|is down|Outgoing|Inbound
এটি আপনাকে প্রতিটি ইন্টারফেস দেয়, রাষ্ট্রের বিবেচ্য নয়, তবে আউটবাউন্ড এবং ইনবাউন্ড এসিএল কী। উদাহরণ স্বরূপ:
LAB-4510-A#show ip interface | include is up|is administratively|is down|Outgoing|Inbound
Vlan1 is administratively down, line protocol is down
Vlan110 is up, line protocol is up
Outgoing access list is not set
Inbound access list is VENDOR->INTERNET
Vlan140 is administratively down, line protocol is down
Outgoing access list is not set
Inbound access list is not set
Vlan150 is down, line protocol is down
Outgoing access list is not set
Inbound access list is VENDOR->INTERNET
Vlan210 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
FastEthernet1 is administratively down, line protocol is down
Outgoing access list is not set
Inbound access list is not set
GigabitEthernet1/1 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
GigabitEthernet1/2 is down, line protocol is down
Inbound access list is not set
Outgoing access list is not set
এবং প্রতিটি ইন্টারফেসের জন্য তাই।
এই কমান্ডটি সিসকো সুইচ এবং রাউটার উভয় ক্ষেত্রেই কাজ করে। নীচে একটি 7200 রাউটার থেকে নমুনা আউটপুট দেখুন:
LAB-7204-A#show ip interface | include is up|is administratively|is down|Outgoing|Inbound
GigabitEthernet0/1 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
FastEthernet0/2 is administratively down, line protocol is down
GigabitEthernet0/2 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
GigabitEthernet0/3 is administratively down, line protocol is down
SSLVPN-VIF0 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
Loopback0 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
Loopback1 is up, line protocol is up
Outgoing access list is not set
Inbound access list is not set
show ip interface | include line protocol|access list
এনএক্স-ওএসের জন্য সংক্ষিপ্ত করে রাখতে পারেনshow ip access-list summary